/* 
==========================================================
 Application: Responsive Feedback Form
 Copyright 2012 - 2015, All Rights Reserved
 Developer: Palkesh Chaudhari | mipl.co.in
 ==========================================================
 File: form.css
 File Date: 17-01-2015
 Description:
 Responsive Feedback Form
 ==========================================================
*/
#FeedbackForm * {margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;font-family:Arial,Helvetica,sans-serif; border-radius:5px;}
#FeedbackForm p { font-size:14px; line-height:25px; text-align:left; text-transform:uppercase; color:#ffffff;} #FeedbackForm .inputField{ color : #FFFFFF; width:100%;height:47px;padding:5px 5px 5px 10px;margin-bottom:15px;border:1px solid #FFFFFF;resize:none; background-color: transparent;}
#FeedbackForm textarea{display:block;width:100%;margin-bottom:10px;line-height:20px;padding-left:5px;border:1px solid #B9B9B9}
#FeedbackForm textarea:last-of-type{height:110px}
#FeedbackForm .capchaImage{width:100%;margin:10px auto; text-align: left;}
#FeedbackForm .formButton{padding:10px 20px; background-color:#ff0000; cursor:pointer;display:inline-block;margin-right:5px; color:#fff; border: solid 1px #cb0000; border-radius:5px; font-size:16px;}
#FeedbackForm .formButton:hover {background-color:#cb0000; }
.clear{clear:both}



@media screen and (min-width:767px){
	#FeedbackForm .LeftForm{float:left;width:30%;padding-right:0px; margin-top:15px;}
	#FeedbackForm .RightForm{float:right;width:69%; margin-top:15px;}}
#FeedbackForm .buttonWrapper{text-align: left; }

@media screen and (max-width:768px){
	#FeedbackForm .LeftForm, #FeedbackForm .RightForm{float:none;width:99%;padding-right:0; }
	#FeedbackForm .capchaImage{text-align:center}
	#FeedbackForm .buttonWrapper{margin:auto; text-align: center; }
	#FeedbackForm p { font-size:12px; line-height:22px; text-align:center;}}