/* CSS Document */

/* For pages that show the LawSpace login modules */

#login {
	border:1px solid white;
	border-bottom:2px solid #ff8c13;
	background-image:url(../lawspace/images/login_01.jpg);
	background-repeat:no-repeat;
	background-color:#165ba0;
	margin-bottom:0px;
	padding-top:55px;
}
#login p {
	text-align:center;
}
#login a {
	color:white;
	border-bottom:white;
}
#login a:hover {
	color:#ff8c13;
	border-bottom:#ff8c13;
}
#login table tr td p {
	font-size:0.9em;
	color:white;
}
#apply {
	padding-top:10px;
	height:178px;
	border:1px solid white;
	border-top:2px solid #ff8c13;
	background-color:white;
	background-image:url(../lawspace/images/login_02.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#apply p {
	color:white;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
}

#feequote {
	margin-bottom:10px;
}
#feequote p {
	text-align:center;
	font-weight:bold;
}

#problem p {
	font-size:0.7em;
}



/*application pages*/
#separate {
	border:1px solid white;
	margin-left:-11px;
	margin-right:-11px;
	background-color:white;
	border-top:1px dotted black;
	border-bottom:1px dotted black;
}

