
div.box {
margin:0 auto;
width:550px;
position:relative;
top:0px;
float: left;
}



div.box label {
width:100%;
display: block;
padding:10px 0 10px 0;
}

div.box label span {
display: block;
color:#111;
font-size:12px;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
}

div.box .input_text {
padding:7px 7px;
width:200px;
background:#FDFDFD;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
}

div.box .message{
padding:7px 7px;
width:410px;
background:#FDFDFD;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
overflow:hidden;
height:70px;
}

textarea { font-family: arial, verdana, helvetica, serif; }





div.box .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:bold;
	padding:7px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	float: right;
	margin: 12px 0px 20px 0px;
}

div.box .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

div.box .button:active {
	position:relative;
	top:1px;
}




#sum img { margin: 0px 5px 0px 0px; float: left; }

.successShow { 
padding: 20px; 
font-size: 16px;
line-height: 22px;
color: #fff;
font-family:Trebuchet MS;
width: 540px;
margin: 15px auto 15px auto;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background: #222; 
}

.fbrecommend {
float: right;
width: 150px;
}



div.box label input.error {
border: 1px solid red;
margin: 0;
padding: 0;
padding:7px 7px;
width:200px;
}

div.box label.error {
display: none;
}