@charset 'UTF-8';/* fomr-----------------------------@*/body{	font-size:12px;}dl{	margin:15px;}dl:after{	content: "";	display: block;	clear: both;	height: 0;}dl dt{	clear:both;	text-align:right;	font-weight:normal;	width:150px;	float:left;	padding:4px;	margin:0;}dl dd{	padding:4px;	margin:0;	float:left;}.form-send{	clear:both;	text-align:center;	margin-bottom:15px;}input{	width:150px;	height:15px;}textarea{	height:120px;}textarea,  x:-moz-any-link, x:default{	height:110px;}input,textarea{	border-radius: 2px;    border:1px solid #c1c1c1;    padding: 3px;    color: #999;    background: #fff;     /* Webkit */    background: -webkit-gradient(        linear,        left top,        left bottom,        from(#eee),        to(#fff)        );    -webkit-box-shadow: 1px 1px 1px #fff;/* Firefox */    background: -moz-linear-gradient(        top,        #eee,        #fff        );    -moz-box-shadow: 1px 1px 1px #fff;/* IE */    filter:progid:DXImageTransform.Microsoft.gradient        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);    zoom: 1;}.submit{    border:1px solid #777;    padding: 4px 10px;    color: #fff;    cursor: pointer;    background: #121313;    border-radius: 5px;    font-size:90%;	height:35px;/* Webkit */    background: -webkit-gradient(        linear,        left top,        left bottom,        from(#363636),        to(#121313)        );    -webkit-border-radius: 5px;    -webkit-box-shadow: 1px 1px 1px #fff;         /* Firefox */    background: -moz-linear-gradient(        top,        #363636,        #121313        );    -moz-border-radius: 5px;    -moz-box-shadow: 1px 1px 1px #fff;     /* IE */    filter:progid:DXImageTransform.Microsoft.gradient        (startColorstr=#363636,endColorstr=#121313);    zoom: 1;}.