﻿@charset "utf-8";
/* CSS Document */


#main
{
	text-align:center;
}

#wrapper
{
margin-right: auto;

	margin-left: auto;
	margin-top:30px;
    margin-bottom:30px;
	width:700px;
	border:medium;
	border-style:solid;
}




#InputBox {

	width: 665px;

	margin-right: auto;

	margin-left: auto;

	background-image: url(images/formbg.png);

	background-repeat: no-repeat;

	height: 300px;

}

#na {

	width: 665px;

	margin-right: auto;

	margin-left: auto;
    padding:5px 0px 5px 0px;

}


#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: 30px;

}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#InputBox-Header {
	height: 40px;
	line-height: 40px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-weight: bold;
	margin-top: 10px;
	vertical-align: bottom;
}
#MainContainer {
	margin-top: 30px;
}


#InputBox-HeaderTitle {
	height: 60px;
	line-height: 30px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	color:maroon;
	font-weight: bold;
	padding-top:20px;
}

#InputBox-Instructions {
	height: 60px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top:30px;
	line-height: 30px;
	margin-bottom: 5px;
	color:white;
}
#InputBox-InputForm {
	height: 130px;

	margin-right: auto;
	margin-left: auto;
    color:white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #A0D1FF;
	border-right-color: #A0D1FF;
	border-bottom-color: #A0D1FF;
	border-left-color: #A0D1FF;
}

.LoginForm-Input {
	width: 250px;
	height: 25px;
	border: 1px solid #A0D1FF;
}
#LoadingGif {
	display: none;
	height: 250px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
