@charset "utf-8";
div.box*{ margin:0; padding:0;}
form,input,select,textarea{margin:0; padding:0; color:#fff;}
.blacol {
	color:#000;
}
div.box{
margin:0 auto;
width:880px;
background-color:#222;
position:relative;
border:1px solid #121212;
}


div.box label{
	width:100%;
	display: block;
	background-color:#0A0A0A;
	border-top:1px solid #121212;
	border-bottom:1px solid #161712;
	padding:10px 0 10px 0;
}
div.box label span{
	display: block;
	color:#bbb;
	font-size:12px;
	float:left;
	width:100px;
	text-align:right;
	padding:5px 20px 0 0;
	line-height: normal;
}

div.box .input_text{
margin-left:-500px;
padding:10px 10px;
width:200px;
background-color:#121212;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333;
border-right:1px double #333;
}

div.box .message{
padding:7px 7px;
width:350px;
background-color:#121212;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333;
border-right:1px double #333;
overflow:hidden;
height:150px;
}

div.box .button
{
margin:0 0 10px 0;
padding:4px 7px;
background-color:#660000;
border:0px;
position: relative;
top:-5px;
left:-480px;
width:100px;
border-bottom: 1px double #660000;
border-top: 1px double #660000;
border-left:1px double #FF0033;
border-right:1px double #FF0033;
}
