body {
  color:#bcb7a8;
  background-color:#000;
  background-image:url(../../../images/home/background_home.jpg);
  background-position:center top;
  text-align: left;
  background-repeat:repeat-y;
  font-size:12px;
  line-height: 1.3em;
  font-family:Arial, Helvetica, sans-serif;
  padding:0px;
  margin:0px;
}
/*---Form eigenschappen---*/
form{
text-align:center;
}

/*---Input field---*/
.myinputstyle{
	height:41px;
	width:317px;
	background-image:url(../../../images/forms/inputfield.png);
	font-family:"arial";
	font-style: normal;
	font-size: 14px;
	color: #908c74;
	border:0;
	background-color:#d6af75;
	padding:5px;
	margin: 0 0 5px 10px;
	float:right;
}

.myinputstyle:hover {
	color: #000;
	background-image:url(../../../images/forms/inputfield_r.png);
}

.myinputstyle:focus {
	color: #000;
	background-image:url(../../../images/forms/inputfield_a.png);
}

/*---Input field_small---*/
.myinputstyle_small{
	height:41px;
	width:317px;
	background-image:url(../../../images/docent/tickets/tickets_styled_01.png);
	font-family:"arial";
	font-style: normal;
	font-size: 14px;
	color: #908c74;
	border:0;
	background-color:#d6af75;
	padding:5px;
	margin: 0 0 5px 10px;
	float:right;
}

.myinputstyle_small:hover {
	color: #000;
	background-image:url(../../../images/forms/inputfield_r.png);
}

.myinputstyle_small:focus {
	color: #000;
	background-image:url(../../../images/forms/inputfield_a.png);
}

/*---Textarea---*/
textarea.myinputstyle{
	height:128px;
	width:317px;
	background-image:url(../../../images/forms/textarea.png);
}

textarea.myinputstyle:focus{
	background-image:url(../../../images/forms/textarea_a.png);
}

textarea.myinputstyle:hover {
	color: #000;
	background-image:url(../../../images/forms/textarea_r.png);
}

/*---label style---*/
.mylabelstyle {
	font-family:"arial";
	font-style: bold;
	font-size: 14px;
	color: #000;
	text-align:right;
	float:right;
}

.form_box{
width:580px;
margin: 0 0 0 0;
background-image:url(../../../images/docent/tickets/tickets.png);
background-repeat:no-repeat;
}

.form_box table{
border:none;
}

.kies_ticket{
margin: 0 0 0 50px;
}

.ticket_form{
margin:205px 0 0 130px;
text-align:right;
}

.label{
float:right;
width:158px;
}
/*---Knoppen---*/
.versturen{
display:block;
height:45px;
width:213px;
background-image:url(../../../images/forms/versturen.png);
}

.versturen:hover{
background-image:url(../../../images/forms/versturen_r.png);
}

.versturen:active{
background-image:url(../../../images/forms/versturen_a.png);
}

/*---Standard Settings---*/
div,td,table {
      font-size:9pt;
      line-height: 1.3em;
      font-family:"arial";
}

img{
border:0px;
}

.mainContainer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
        padding-top: 10px;
	background-repeat:no-repeat;
	background-position:center top;
        
}
.mainContainerCentered {
	width:910px;
	text-align:left;
}


html {
	overflow: scroll;
} 

.tags{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(http://10.0.0.203/mozart4_hans/iconset/icons_bar.gif) no-repeat scroll 0px 0px;
    display:block;
    height:16px;
    line-height:16px;
    text-indent:-999em;
    width:16px;
}

.tags{
    float:left;
    margin-right:6px;
    background-position: 0 -400px;
}

.under {
    float:left;
    padding-bottom:6px;
}

.fixed, .clear {
    clear:both;
}
