/* ---------------------------------------
contact form
--------------------------------------- */
input, textarea, select{
	background-color: #000000;
	padding: 1px 4px 3px 4px;
	border: 1px solid #e9006e;
	font-size: 12px;
	width: 140px;
	color: #FFFFFF;
	float: left;
}

label em{
   font-size: 12px;
   font-style: normal;
   color: #b9daf1;
}
textarea{
   height: 200px;
   overflow: auto;
}

select{
   width: 375px;  
}


label{
	float: left;
	width: 190px;
	line-height: 20px;
}

.ctrlHolder{
   float: left;
   clear: both;
   margin: 0 0 0px 0;
   width: 570px;
   padding: 10px 10px 10px 10px;
}

    .focused{
       background-color: #0a2d42;
       width: 570px;
    }

.submitHolder, .submit{
   margin: 10px 0 22px 0;
   float: left;
   clear: both;
   height: 35px;
}

.submitHolder input, .submithButton, .submit input{
   background: url(../images/button_submit.png) 0 0 no-repeat;
   border: none;
   margin: 0 0px 30px 200px;
   font-weight: bold;
   color: #fff;
   float: left;
   width: 81px;
   height: 34px;
   text-indent: -9999px;
   cursor: pointer;
   font-size: 0px;
}

.submithButton:hover, .submitHolder input:hover, .submit input:hover{
   background-position: bottom left;
}

input:focus, textarea:focus {
	border-color: #82003E;
}


.form-text {
	font-size: 12px;
	font-family: arial;
	color:#FFFFFF;
	float: right;
	font-weight: bold;
}
