@charset "utf-8";
/* CSS Document */




#InputBox {
	width: 666px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	height: 300px;
}
#OutBox-OK {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#OutBox-FAIL {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#InputBox-Header {
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-weight: bold;
	margin-top: 5px;
}

#InputBox-HeaderTitle {
	height: 30px;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-weight: bold;
	margin-top: 20px;
	font-size:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}

#InputBox-Instructions {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 5px;
	color:#F00;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 25px;
	font-weight: bold;
	font-style: italic;
}
#InputBox-InputForm {
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #333333;
	margin-top: 20px;
}

.LoginForm-Input {
	width: 220px;
	height: 15px;
	border: 1px solid #cdcdcd;
}
#LoadingGif {
	display: none;
	height: 100px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#Input-Float-Left {
	float: left;
	width: 240px;
}
#Input-Float-Right {
	float: right;
	width: 415px;
	margin-right: 6px;
}
#Main-Container {
	margin-top: 20px;
}
