/* Stylesheet / CSS */

/*body, div, h1,h2, form, fieldset, input, textarea, footer,p {
	margin: 0; padding: 0; border: 0; outline: none;
}
body {background: #ccc url('images/bg_out.png'); color: #7c7873; font-family: 'YanoneKaffeesatzRegular';}
p {text-shadow:0 1px 0 #fff; font-size:21px;}*/
/*	#form_wrap.hide:after, #form_wrap.hide:before {display:none; }*/
	form {background:#fff; 
	
		
		float:right;
		width:350px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		margin:20px ;
		padding:20px 20px 50px 20px; 
		border: 0 solid #fff;
		border-radius: 3px; 
		font-family: "MS Mincho";
		-moz-border-radius: 3px; -webkit-border-radius: 3px;
		
		-moz-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 14px #fff;
		-webkit-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;opacity: 1;
		
}

		#form_wrap form {height:580px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		}
		label {
			margin: 21px 20px 0 0; 
			font-size: 16px; color: #007E1A;
			font-weight:600;
			text-transform: uppercase; 
			text-shadow: 0px 1px 0px #fff; 
		}

		input[type=text], textarea {
			font: 14px normal normal uppercase helvetica, arial, serif;
			color: #000;background:none; resize: none;
			width: 330px; height: 36px; padding: 0px 10px; margin: 0 0 10px 0;
			border:1px solid #4B4B4B;
			-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
			-moz-box-shadow: inset 0px 0px 1px #726959;
			-webkit-box-shadow:  inset 0px 0px 1px #b3a895; 
			box-shadow:  inset 0px 0px 1px #b3a895;
		}	

		textarea { height: 80px; padding-top:14px;}

		textarea:focus, input[type=text]:focus {background:rgba(255,255,255,.35);}

		#form_wrap input[type=submit] {
			position:relative;font-family: "MS Mincho"; 
			font-size:12px; color: #000;
			width:40%; text-align:center;
			background:#E26565 ;
			padding:6px;
			margin:  10px 0 0 110px;
			border:#3B3838;
			border:thin;
			cursor: pointer;
			border-style:dashed;
			
		}

		#form_wrap input:hover[type=submit] {color:#435c70;}
		
		.formstatuserror {color:#F7060A; font-weight:700}
		
		.formstatusok{color:#0D57ED; font-weight:700}