/* hide for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	text-align:center;
	background-color: #ffffff;
}
#shim {
	float:left;
	height:50%;
	margin-top:-150px;
	visibility:hidden;
	width:100%;
}
#container {
	clear:both;
	height:300px;
	position:static;
	top:-150px;
	width:560px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 30px;
	border-bottom: 1px solid #d5d7dd;
	padding: 5px 0 0 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 10px center;
}
#content {
	padding: 10px;
	text-align: left;
}
#left-column {
	float: left;
	width: 49%;
}
#right-column {
	float: right;
	width: 49%;
	background: #e3e3e3;
	padding: 1px;
}
#login {
	background: #ededed;
	border: 1px solid #ffffff;
	padding: 10px;
}
#footer {
	border-top: 1px solid #d5d7dd;
	font-size: 10px;
	padding-top:3px;
}
a:link, a:visited {
	font-size: 10px;
	color: #325ea6;
}
a:hover, a:active {
	color: #325ea6;
}
.clear {
	clear: both;
}
p {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
}
.line {
	background: transparent url('img/horizontal-seperator.gif') repeat-x center center;
}
.small {
	font-size: 10px;
	line-height: 16px;
}
.no-padding {
	padding: 0px;
}
h2 {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 10px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

input.text {
	width: 100%;
}

.error {
	background-color: #ffeded;
	background-image: url("img/exclamation.gif");
	background-repeat: no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 0 auto 15px auto;
	border-top: 2px solid #fab1a2;
	border-bottom: 2px solid #fab1a2;
}
