/* 
==========================================================
 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
 ==========================================================
*/
* { margin:0; padding:0; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; font-weight:normal; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; text-decoration:none;}
#FeedbackForm button[type=submit]{-webkit-appearance: button; padding:15px 25px;background-color:#fff;cursor:pointer;display:inline-block;margin:5px; color:#333; width:145px; border-radius:5px; border:2px solid #ccc; font-size:16px;}
#FeedbackForm button:disabled, #FeedbackForm button[disabled] {background-color: #ccc !important;color:#777;border: 1px solid #888; cursor: not-allowed;opacity: 0.55;}
#FeedbackForm{ margin-bottom: 10px;}
#FeedbackForm p { font-size:14px; line-height:25px;line-height:2.5rem; text-align:left; text-transform:uppercase;} 
#FeedbackForm .inputField{ background-color: transparent; display:block;width:100%;height:47px;padding:5px 5px 5px 10px;margin-bottom:15px;border:1px solid #fff;resize:none; border-radius:5px; color:#fff;}
#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}
@media screen and (min-width:481px){#FeedbackForm .LeftForm{float:left;width:30%;padding-right:10px; margin-top:15px; }#FeedbackForm .RightForm{float:left;width:70%; margin-top:15px; text-align:left;}}
@media screen and (max-width:480px){#FeedbackForm .LeftForm , #FeedbackForm .RightForm{float:none;width:99%;padding-right:0;margin:0px auto}#FeedbackForm .inputField{margin:5px 0}#FeedbackForm .capchaImage{text-align:center}#FeedbackForm .buttonWrapper{width:150px;margin:auto}#FeedbackForm p { font-size:12px; line-height:22px; text-align:center;}}