/* 
==========================================================
 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: 'Asap Condensed', sans-serif;
}
#FeedbackForm p {
	font-size:14px;
	line-height:25px;
	text-align:left;
	text-transform:uppercase;
}
#FeedbackForm .inputField {
	display:block;
	width:100%;
	height:37px;
	padding:5px 5px 5px 10px;
	margin-bottom:15px;
	border:1px solid #B9B9B9;
	resize:none
}
#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:89px
}
#FeedbackForm .capchaImage {
	width:100%;
	margin:10px auto
}
#FeedbackForm .formButton {
	padding: 9px 24px;
background-color: #ae3186;
cursor: pointer;
display: inline-block;
margin-right: 5px;
color: #fff;
font-size: 1.3em;
border-radius: 10px 0 10px 0;
}
.clear {
	clear:both
}
@media screen and (min-width:481px) {
#FeedbackForm .LeftForm {
	float:left;
	width:30%;
	padding-right:10px
}
#FeedbackForm .RightForm {
	float:left;
	width:70%
}
}
@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;
}
}

@media (min-width:1851px) and (max-width:2050px)
{
#FeedbackForm .inputField {
    display: block;
    width: 100%;
    height: 62px;
    padding: 5px 5px 5px 14px;
    margin-bottom: 15px;
    border: 1px solid #B9B9B9;
    resize: none;
    font-size: 1.5em;
}
#FeedbackForm textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 48px;
    padding-left: 5px;
    border: 1px solid #B9B9B9;
}	
#FeedbackForm .formButton {
    padding: 17px 49px;
    background-color: #98d343;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    font-size: 1.9em;
    border-radius: 10px 0 10px 0;
}
#FeedbackForm p {
    font-size: 21px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 16px;
}	
	
}


@media (min-width:1701px) and (max-width:1850px)
{
#FeedbackForm .inputField {
   display: block;
width: 100%;
height: 47px;
padding: 5px 5px 5px 14px;
margin-bottom: 15px;
border: 1px solid #B9B9B9;
resize: none;
font-size: 1.4em;
}
#FeedbackForm textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 36px;
    padding-left: 5px;
    border: 1px solid #B9B9B9;
}	
#FeedbackForm .formButton {
   padding: 14px 44px;
background-color: #98d343;
cursor: pointer;
display: inline-block;
margin-right: 5px;
color: #fff;
font-size: 1.5em;
border-radius: 10px 0 10px 0;
}
	
#FeedbackForm p {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 12px;
}	
}

@media (min-width:1651px) and (max-width:1700px)
{
#FeedbackForm .inputField {
    display: block;
    width: 100%;
    height: 62px;
    padding: 5px 5px 5px 14px;
    margin-bottom: 15px;
    border: 1px solid #B9B9B9;
    resize: none;
    font-size: 1.5em;
}
#FeedbackForm textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 48px;
    padding-left: 5px;
    border: 1px solid #B9B9B9;
}	
#FeedbackForm .formButton {
    padding: 17px 49px;
    background-color: #98d343;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    font-size: 1.9em;
    border-radius: 10px 0 10px 0;
}	
#FeedbackForm p {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 12px;
}	
	
}

@media (min-width : 1401px) and (max-width: 1650px)
{
#FeedbackForm .inputField {
 display: block;
width: 100%;
height: 46px;
padding: 5px 5px 5px 14px;
margin-bottom: 15px;
border: 1px solid #B9B9B9;
resize: none;
font-size: 1.4em;
}
#FeedbackForm textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 34px;
    padding-left: 5px;
    border: 1px solid #B9B9B9;
}	
#FeedbackForm .formButton {
   padding: 12px 44px;
background-color: #98d343;
cursor: pointer;
display: inline-block;
margin-right: 5px;
color: #fff;
font-size: 1.6em;
    border-radius: 10px 0 10px 0;
}
#FeedbackForm p {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 7px;
}	
	
}




