@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	color: #666;
}
form,input,select,textarea{
	margin:0;
	padding:0;
	color:#FFF;
}

div.box {
	margin:0 auto;
	width:500px;
	position:relative;
	top:50px;
	border:1px solid #CCC;
	background-color: #303123;
	background-image: none;
}
body {
	background-color: #d6d6d6;
}


div.box h1 {
	color:#000;
	font-size:18px;
	text-transform:uppercase;
	padding:5px 0 5px 5px;
	border-bottom:1px solid #161712;
	border-top:1px solid #161712;
}

div.box label {
	width:100%;
	display: block;
	padding:10px 0 10px 0;
	background-color: #4074b3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4074B3;
	border-bottom-color: #5486C2;
	border-right-color: #333;
	border-left-color: #333;
}

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

div.box .input_text {
	padding:10px 10px;
	width:200px;
	background-color: #4E82C0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #5486C2;
	border-right-color: #6491C8;
	border-bottom-color: #5486C2;
	border-left-color: #6491C8;
}

div.box .message{
	padding:7px 7px;
	width:350px;
	overflow:hidden;
	height:150px;
	background-color: #4E82C0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #5486C2;
	border-right-color: #6491C8;
	border-bottom-color: #5486C2;
	border-left-color: #6491C8;
}

div.box .button
{
	margin:0 0 10px 0;
	padding:4px 7px;
	position: relative;
	top:10px;
	left:382px;
	width:100px;
	background-color: #4E82C0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #6491C8;
	border-right-color: #6491C8;
	border-bottom-color: #6491C8;
	border-left-color: #6491C8;
}
#outer #main #container #form1 .box h1 {
	background-image: none;
	color: #FFF;
	font-style: normal;
	font-variant: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	text-transform: none;
}
