.content-box input[type="text"], .content-box input[type="password"] {
	width : 200px;
}

.content-box table{
	width : 98%;
	margin-left : auto;
	margin-right : auto;
	background-color : #FFF;
	border : 1px solid #999;
	margin-top : 5px;
}
.content-box table th {
	text-align : left;
	font-style : italic;
	padding : 3px;
	background-color : #EEE;
}
.content-box table td {
	font-weight : bold;
	color : #456;
	border-bottom : 1px solid #999;
}

.content-box .required {
	color : #654;
	font-weight : normal;
	font-style : italic;
}

#terms-of-service {
	padding : 15px;
	border : 1px solid #569;
	background-color : #FFF;
	width : 690px;
	height : 40px;
}
#terms-agree {
	font-weight : bold;
	color : #456;
}
