@charset "UTF-8";
#alert {
	color: #990000;
}
#error {
	color: #FF0000;
}
#leftForm {
	width: 235px;
	float: left;
}
#rightForm {
	float: right;
	width: 250px;
}
#bottomForm {
	clear: both;
	margin-bottom: 5px;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004990;
	font-size: 100%;
	font-weight: bold;
	text-align:left;
	line-height:1;
	border:0;
	padding:0;
	cursor:pointer;
	outline:none;
	background:none;
	height: 30px;
	margin: 0;
	width: 220px;
}

.submit:hover {
	color: #712014;
	text-decoration: none;
}
.submit:active {
	color: #444;
}
.submit  span {
	display:block;
	margin:0 2px 0 0;
	padding:0;
	line-height:0;
	outline:none;
	background-color: transparent;
	background-image: url(../images/common/button_background.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.submit  em {
	display:block;
	height:30px;
	margin:0 -2px 0 12px;
	padding:0 15px 0 0;
	line-height:30px;
	font-style:normal;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
	background-color: transparent;
	background-image: url(../images/common/button_background.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.submit  span:active {
	background-position:left -30px;
}
.submit  em:active {
	background-position:right -30px;
}
#rightcolumncontent #spacer {
	height: 250px;
}
