@charset "utf-8";
/* CSS Document */

.form{
	width:100%;
	height:auto;
	font-size:12px;
    padding:10px;
}


.textfield{width:80%; height:30px; background:rgba(255, 0, 0, 0); border:none; border-bottom:solid 1px #1ba0db; -webkit-box-shadow:1px 2px l; margin:10px 0; color:#fff;}
.textarea{width:80%; height:80px; background:rgba(255, 0, 0, 0); border:none; border-bottom:solid 1px #1ba0db; margin:10px 0; resize:none; color:#fff;}

.testimonial_textfield{width:100%; height:30px; background:rgba(255, 0, 0, 0); border:none; border:solid 1px #eebe00; -webkit-box-shadow:1px 2px l; margin:10px 0; color:#222;}
.testimonial_textarea{width:100%; height:80px; background:rgba(255, 0, 0, 0); border:none; border:solid 1px #eebe00; margin:10px 0; resize:none; color:#222;}

input[type="text"]{ padding:5px 2%; height:30px;
}
input[type="email"]{ padding:5px 2%; height:30px;
}

textarea{ padding:5px 2%;}


#cTable td{ padding:5px 5px;}



.submitBtn {
	width: 80% ;
	height:40px;
	padding:5px 2%;
	font-size: 14px;
	color: #fff;
	cursor:pointer;
	border:none;
	border:solid 1px #1ba0db;
	background:rgba(255, 0, 0, 0);
	margin:10px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	}
.submitBtn:hover {
	font-size: 14px;
	color: #333333;
	cursor:pointer;
	background:rgba(255, 255, 255, 0.8);
	border:solid 1px #FFF;
	}						





.testimonial_submitBtn {
	width: 100% ;
	height:40px;
	padding:5px 2%;
	font-size: 14px;
	color: #fff;
	cursor:pointer;
	border:none;
	border:solid 1px #000;
	background:#333;
	margin:10px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	}
.testimonial_submitBtn:hover {
	font-size: 14px;
	color: #fff;
	cursor:pointer;
	background:#222;
	border:solid 1px #000;
	}	







::-webkit-input-placeholder {
   color: #444;
}

:-moz-placeholder { /* Firefox 18- */
   color: #444;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #444;  
}

:-ms-input-placeholder {  
   color: #444;  
}






@media only screen and (max-width:480px) 
{

.textfield{width:100%;}
.textarea{width:100%;}
.submitBtn {
	width: 100% !important;}
	
	
	::-webkit-input-placeholder {
   color: #eee;
}

:-moz-placeholder { /* Firefox 18- */
   color: #eee;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #eee;  
}

:-ms-input-placeholder {  
   color: #eee;  
}

}