/* CSS Document */

@import "global_style.css";

.login_wrap
{
	float: left;
	clear: both;
	margin-top: 15px;
	width: 973px;
	border: 1px solid #cccccc;
}
.login_title
{
	float: left;
	clear: both;
	background: url(http://www.thegreenbook.com/images/home/title_bg.gif) repeat-x top left;
	width: 958px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}

.login_ind
{
	float: left;
	clear: both;
	width: 953px;
	padding: 10px;
	background-color: #E8EEFA;
}


.login_break
{
	float: left;
	width: 10px;
	height: 190px;
	padding: 0px;
	background: url(http://www.thegreenbook.com/images/login_break.jpg) center top no-repeat;
}
.login_desc_wrap
{
	float: left;
	width: 620px;
	padding-left: 20px;
	margin-top: 10px;
}

.login_form
{
	float: left;
	width: 303px;
	margin-top: 10px;
}
.login_row
{
	float: left;
	clear: both;
	width: 263px;
	padding: 5px 20px;
}
.login_row_inside1
{
	float: left;
	padding: 5px 10px 0px 0px;
	width: 80px;
	text-align: right;
}
.login_row_inside2
{
	float: left;
	width: 173px;
}
.login_row_inside3
{
	float: left;
	width: 73px;
	padding-left: 100px;
}

.login_btn
{
	float: left;
	padding: 3px 0px;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	font: Verdana 11px;
	width: 71px;
}
.login_box
{
	float: left;
	background-color: #FFFFFF;
	padding: 3px 0px 3px 5px;
	font-size: 11px;
	border: 1px solid #7F9DB9;
	color: #999999;
}
.login_txt
{
	float: left;
	text-align: right;
	width: 100%;
}

.login_desc_title
{
	float: left;
	clear: both;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
}
.login_desc_txt
{
	float: left;
	clear: both;
	padding-top: 10px;
	width: 100%;
	line-height: 18px;
	color: #00396E;
}

.orange a
{
	color: #F72900;
}
.orange a:link
{
	text-decoration: none;
	color: #F72900;
}
.orange a:active
{
	text-decoration: none;
	color: #F72900;
}
.orange a:visited
{
	text-decoration: none;
	color: #F72900;
}
.orange a:hover
{
	text-decoration: underline;
	color: #000000;
}






