.form
{
-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	
}
.form_title {
	border-left: 3px solid #000;
	margin-bottom:10px;
	background-image:url(../images/inside_title.jpg);
	padding:0px;color:#fff;padding:5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


.titles {
	font-family: 'Verdana';
	font-size:13px;
}
.box
{
margin-bottom:3px;
}
.colan {
	text-align:right;
}
.section {
	margin-bottom:8px;
}
.text_box {
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fded), to(#e7e4e4));
	background: transparent -moz-linear-gradient(center top, #f9fded, #D6D6D6) repeat scroll 0% 0%;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6');
	outline: 0;
	border: 2px solid #bbcb32;
	margin-bottom: 10px;width:200px;
}
.age
{
background: -webkit-gradient(linear, left top, left bottom, from(#f9fded), to(#e7e4e4));
	background: transparent -moz-linear-gradient(center top, #f9fded, #D6D6D6) repeat scroll 0% 0%;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6');
	outline: 0;
	border: 2px solid #bbcb32;
	margin-bottom: 10px;width:50px;
}

select {
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fded), to(#e7e4e4));
	background: transparent -moz-linear-gradient(center top, #f9fded, #D6D6D6) repeat scroll 0% 0%;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6');
	outline: 0;
	border: 2px solid #bbcb32;
	margin-bottom: 10px;width:200px;
}
.text_area
{
background: -webkit-gradient(linear, left top, left bottom, from(#f9fded), to(#e7e4e4));
	background: transparent -moz-linear-gradient(center top, #f9fded, #D6D6D6) repeat scroll 0% 0%;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6');
	outline: 0;
	border: 2px solid #bbcb32;
	margin-bottom: 10px;width:200px;
}


.text_area_box
{
background: -webkit-gradient(linear, left top, left bottom, from(#f9fded), to(#e7e4e4));
	background: transparent -moz-linear-gradient(center top, #f9fded, #D6D6D6) repeat scroll 0% 0%;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6');
	outline: 0;
	border: 2px solid #bbcb32;
	margin-bottom: 10px;width:400px;
}
.error {
	color:#ba4d42;

	display:none;
	border-radius:3px;
	margin-top:-10px;margin-bottom:20px;
	
}

text_area, input:focus, input[type]:focus, .uneditable-input:focus {   
    border-color: rgba(82, 89, 21, 0.8);
    box-shadow: 0 1px 1px rgba(82, 89, 21, 0.075) inset, 0 0 8px rgba(82, 89, 21, 0.6);
    outline: 0 none;
}
.error span
{
font-size:11px;

}

.submits
{
background:#525915;
border:1px solid #fff;
outline:0;
color:#fff;
padding:2px 25px 2px 25px;font-family: 'Verdana';
}
 @media (max-width: 480px) {
 .responsive {
clear:both;
}
.section {
margin-bottom:0px;
}
.titles {
padding:0;
}
.colan {
display:none;
}
 .text_box {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e4e4));
 background: transparent -moz-linear-gradient(center top, #FFF, #D6D6D6) repeat scroll 0% 0%;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6');
 outline: 0;
width:100%;
 border: 1px solid #bebebe;
 margin-bottom: 10px;
}
.error {

color:red;
margin-top:0px;
display:block;
width:100%;

font-size:11px;
}
}
 @media only screen and (min-device-width : 480px) and (max-device-width : 800px) {
 .text_box {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e4e4));
 background: transparent -moz-linear-gradient(center top, #FFF, #D6D6D6) repeat scroll 0% 0%;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6');
 outline: 0;
width:70%;
 border: 1px solid #bebebe;
 margin-bottom: 10px;
}
.colan {
display:none;
}
}
