@import url(general.css);

/**
 * Content Styles
 *
 */

#content{
	clear:both;
	width : 1000px;
	text-align: left;
	padding-top:5px;
	padding-bottom:5px;
}

#content form{
	width:478px;
	margin-left:251px;
	margin-right:271px;
	height:330px;
	overflow:auto;
	margin-top:20px;
	margin-bottom:27px;
	background-color:#F4F4F4;
	background-image:url(../images/new_user.gif);
}

#content form h2 {
	color: #1641B0;
	padding-top:20px;
	margin-left:26px;
}

#content form hr {
	height:1px;
	border:solid 1px #C8C8C8;
	margin-left: 28px;
	margin-right:30px;
}

#content form p.title {
	height: 50px;
}

#content div form table {
	margin-left:25px;
	width:444px;
	font-size: 14px;
}

#content div form table td {
	font-weight:bold;
	color:rgb(50,90,128);
	font-size:.9em;
}

#content div form table td.col1 {
	width:200px;
	line-height:24px;
	vertical-align:top;
}

#content div form table td label {
	line-height:20px;
}

#content div form table td.error {
	font-size:.7em;
	margin-right:18px;
	color:rgb(170,0,0);
}

#content div form table td input {
	border:1px solid rgb(50,90,128);
	width:200px;
	margin-right:18px;
	float:right;
}

#content div form table td input.button {
	cursor:pointer;
	width:150px;
	float:right;
}