#content
{
	margin: 44px;
}

#content p
{
	position: relative;
	width: 860px;
	margin-bottom: 30px;
}

label
{
	color:#333333;
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 0 0 10px 0;
}

input
{
	width: 200px;
	height: 24px;
	padding: 8px 0 0 10px;
	border-style: solid;
	border-left: solid 1px #bcbcbc;
	border-right: solid 1px #bcbcbc;
	border-bottom: solid 1px #d8d8d8;
	color:#333;
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	background: url('../images/apply/input_bg.gif') repeat-x 0 0;
	display: block;
	position: relative;
	margin-top: 10px;
}

.error input
{
	border: solid 1px #d21538 !important;
}

div#submission input
{
	width: 143px;
	height: 34px;
	margin: 12px 0px 0 0;
	background: url('../images/login.png') no-repeat 0 0;
	cursor: pointer;
	border: none !important;
}

div#submission input:hover,div#submission input.hover
{
	width: 147px;
	margin-left: -2px;
	background: url('../images/login.png') no-repeat -143px 0;
	cursor: pointer;
}

p.error-banner
{
	width: 860px;
	height: 35px;
	padding: 15px 0 0 0;
	margin: 20px 0 -10px 0;
	background: url('/images/apply/error_banner.gif') no-repeat 0 0;
	color: #fff;
	text-align: center;
}