/** the form elements **/
#basic-form {
	box-sizing: border-box;
	/**margin: 3em auto auto;**/
    margin-left: 2%;
    /**margin-right: 25px;**/
	
	
}

#basic-form .txtinput {
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 20px;
	font-size: 1.2em;
	padding-top: 11px;
	padding-bottom:11px;
	padding-left: 55px;
	width: 100%;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
		
		border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#basic-form .txtinputPS {
		padding-top: 5px;
	padding-bottom:5px;
	padding-left: 5px;
	border-color: red;
	font-size: 0.8em;
	}

#basic-form .txtinput:focus {
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px
		rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px
		rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px
		rgba(41, 92, 161, 0.6);
	outline: 0 none;
}

#basic-form .txtinput:disabled{
	background-color:#DCE9F9;
}

#basic-form textarea {
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 15px;
	font-size: 1.2em;
	padding-top: 11px;

	padding-left: 55px;
	width: 100%;
	height: 6em;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
		
		border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#basic-form textarea:focus {
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px
		rgba(40, 90, 160, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px
		rgba(40, 90, 160, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px
		rgba(40, 90, 160, 0.6);
	outline: 0 none;
}



#basic-form textarea.txtblock {
	background: #fff 5px 4px no-repeat;
}

#basic-form textarea.txtblock:disabled{
	background-color:#DCE9F9;
}


#basic-form #antispamInput{

    background-position: 99.8% center;
    background-repeat: no-repeat;
    display: block;
    float: left;
}

#basic-form #antispamImg{
	
	float: right;
    position: relative;
    top: -62px;
	 right: 2px;
			border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;

}

#buttons{
	
margin: auto auto 1em;
width:90%;

}

#buttons #submitbtn {
	display: block;
	width:100px;
	float: right;
	height: 3em;
	padding: 0 1em;
	border: 1px solid;
	outline: 0;
	font-weight: bold;
	font-size: 1em;
	color: #515151;
	text-shadow: 0 1px 0 #C9C9C9;
	whitewhite-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-color: #7DADE8 #498CDF  #498CDF;
	-moz-box-shadow: inset 0 3px 0 rgba(256, 256, 256, .35);
	-ms-box-shadow: inset 0 3px 0 rgba(256, 256, 256, .35);
	-webkit-box-shadow: inset 0 3px 0 rgba(256, 256, 256, .35);
	box-shadow: inset 0 3px 0 rgba(256, 256, 256, .35);
	background-color: #F2F7FD;
	background-image: -moz-linear-gradient(top, #F2F7FD 3%,
		#DCE9F9 3%, #B1CEF1 100%);
	background-image: -webkit-gradient(linear, left top, left bottombottom, color-stop(3%,
		#F2F7FD), color-stop(3%, #DCE9F9),
		color-stop(100%, #B1CEF1));
	background-image: -webkit-linear-gradient(top, #F2F7FD 3%,
		#DCE9F9 3%, #B1CEF1 100%);
	background-image: -o-linear-gradient(top, #F2F7FD 3%,
		#DCE9F9 3%, #B1CEF1 100%);
	background-image: -ms-linear-gradient(top, #F2F7FD 3%,
		#DCE9F9 3%, #B1CEF1 100%);
	background-image: linear-gradient(top, #F2F7FD 3%,
		#DCE9F9 3%, #B1CEF1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#e2eeaf',
		endColorstr='#90b026', GradientType=0);
}


#buttons #submitbtn:hover,#buttons #submitbtn:active {
	border-color:#7DADE8 #498CDF  #498CDF;
	color: #525252;
	-moz-box-shadow: inset 0 3px 0 rgba(256, 256, 256, 0.4), 0 1px 3px
		rgba(0, 0, 0, 0.5);
	-ms-box-shadow: inset 0 3px 0 rgba(256, 256, 256, 0.4), 0 1px 3px
		rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 3px 0 rgba(256, 256, 256, 0.4), 0 1px 3px
		rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 3px 0 rgba(256, 256, 256, 0.4), 0 1px 3px
		rgba(0, 0, 0, 0.5);
	background: #DCE9F9;
	background: -moz-linear-gradient(top, #DCE9F9 2%,
		#C7DCF5 3%, #86B3E9 100%);
	background: -webkit-gradient(linear, left top, left bottombottom, color-stop(2%,
		#DCE9F9), color-stop(3%, #C7DCF5),
		color-stop(100%, #86B3E9));
	background: -webkit-linear-gradient(top, #DCE9F9 2%,
		#C7DCF5 3%, #86B3E9 100%);
	background: -o-linear-gradient(top, #DCE9F9 2%,
		#C7DCF5 3%, #86B3E9 100%);
	background: -ms-linear-gradient(top, #DCE9F9 2%,
		#C7DCF5 3%, #86B3E9 100%);
	background: linear-gradient(top, #DCE9F9 2%,
		#C7DCF5 3%, #86B3E9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#e4edbd',
		endColorstr='#95af36', GradientType=0);
}

#buttons #resetbtn {
	display: block;
	width:100px;
	float: left;
	color: #515151;
	text-shadow: -1px 1px 0px #fff;
	margin-right: 20px;
	height: 3em;
	padding: 0 1em;
	outline: 0;
	font-weight: bold;
	font-size: 1em;
	whitewhite-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 2%,
		rgb(240, 240, 240) 2%, rgb(222, 222, 222) 100%);
	background-image: -webkit-gradient(linear, left top, left bottombottom, color-stop(2%,
		rgb(255, 255, 255)), color-stop(2%, rgb(240, 240, 240)),
		color-stop(100%, rgb(222, 222, 222)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 2%,
		rgb(240, 240, 240) 2%, rgb(222, 222, 222) 100%);
	background-image: -o-linear-gradient(top, rgb(255, 255, 255) 2%,
		rgb(240, 240, 240) 2%, rgb(222, 222, 222) 100%);
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 2%,
		rgb(240, 240, 240) 2%, rgb(222, 222, 222) 100%);
	background-image: linear-gradient(top, rgb(255, 255, 255) 2%,
		rgb(240, 240, 240) 2%, rgb(222, 222, 222) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff',
		endColorstr='#dedede', GradientType=0);
	border: 1px solid #969696;
	box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

#buttons #resetbtn:hover {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #525252;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 2%,
		rgb(244, 244, 244) 2%, rgb(229, 229, 229) 100%);
	background-image: -webkit-gradient(linear, left top, left bottombottom, color-stop(2%,
		rgb(255, 255, 255)), color-stop(2%, rgb(244, 244, 244)),
		color-stop(100%, rgb(229, 229, 229)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 2%,
		rgb(244, 244, 244) 2%, rgb(229, 229, 229) 100%);
	background-image: -o-linear-gradient(top, rgb(255, 255, 255) 2%,
		rgb(244, 244, 244) 2%, rgb(229, 229, 229) 100%);
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 2%,
		rgb(244, 244, 244) 2%, rgb(229, 229, 229) 100%);
	background-image: linear-gradient(top, rgb(255, 255, 255) 2%,
		rgb(244, 244, 244) 2%, rgb(229, 229, 229) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff',
		endColorstr='#e5e5e5', GradientType=0);
	border-color: #aeaeae;
	box-shadow: inset 0 3px 0 rgba(256, 256, 256, 0.4), 0 1px 3px
		rgba(0, 0, 0, 0.5);
}



@media only screen and (max-width: 500px) {
	#basic-form .txtinput {

	padding-left: 20px;
	
	}
	
	#basic-form textarea {
	
		padding-left: 20px;
	
	}

}


