@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	font:12px 'opensan_R', Arial, Helvetica, sans-serif; 
	color:#333; }
	
a {
	text-decoration:underline;
	color:#333; }
a:hover {
	color:#333; }
	
strong {
	font-family:"opensan_R"; }
	
form {
	width:400px;
	height:310px; }
	
label {
	padding:8px 0;
	font:12px  'opensan_R', arial;
	width:90px;
	display:inline-block;
	vertical-align:top; }

.butSubmit { 
	margin-top:5px; 
	display:inline-block; 
	border:none; 
	width:160px; 
	font-family: 'opensan_B', Arial, Helvetica, sans-serif; 
	font-size:18px; 
	padding:8px 12px; 
	background:#999; 
	cursor:pointer; 
	color:#222;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;; }

.butSubmit:hover,
.butSubmit:focus { 
	background:#ba343e; 
	color:#fff;
	border-color:#090;  }

input, textarea { 
	padding:8px 12px; 
	background:none; 
	color:#333;
	font: 12px 'opensan_R', Helvetica, sans-serif;  
	border:1px solid #999;
	margin-bottom:10px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s; }
	
input:hover, textarea:hover, input:focus, textarea:focus { 
	background:#fff; 
	color:#333; 
	border-color:#fff; }