

body
{
    margin: 0px;
    padding: 0px;
	background:white;
	/*font:1.2em Arial, Helvetica, sans-serif;*/
}

#publicheader
{
    /*height:60px;*/
    /*width:960px;*/
    color:darkcyan;
    position:relative;
    padding:22px 0px 0px 0px;
    width:100%;
    background:url(/bt_main/content/images/bg-public-header.gif) repeat-x bottom;
}

#publicheader #logo-wrapper
{
	padding:5px 0px 0px 0px;
	float:left;
	display:inline;
	margin:-14px 0px 0px 17px;
	font-size:25px;
	font-weight:bold;
}

#publicheader .catch_phrase
{
	text-align:center;
	position:absolute;
	width:100%;
	top:50px;
	font-size:16px;
	color:darkcyan;
	font-weight:bold;
	left:0px;
}

.clear
{
	clear:both;
	height:0px;
	overflow:hidden;
}

.new_message_box
{
	width:760px;
	margin:0px auto 0px auto;
}

.new_message_box h2
{
	width:760px;
	font-weight:normal;
	padding-top:30px;
	font-size:20px;
	color:#000;
	background-color:#ffffff;
	/*border-bottom:solid 1px #ccc;*/
}

.new_message_box a.head_link
{
	float:right;
	margin-top:6px;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

.new_message_box .content
{
	background-color:#f5f5f5;
	border-bottom:solid 1px #ccc;
	border-top:solid 1px #ccc;
	padding-bottom:40px;
	padding-top:25px;
	color:#555;
	clear:both;
}

.new_message_box a.head_link:hover
{
	text-decoration:underline;
}

.new_message_box .content p
{
	margin:0px 0px 0px 0px;
}

.new_message_box form
{
	margin:0px;
	padding:0px;
}

.new_message_box dt
{
	font-size:13px;
	display:block;
	float:left;
	padding-right:0px;
	width:190px;
	text-align:left;
	margin-left:20px;
	margin-bottom:10px;
	margin-right:0px;
	padding-right:0px;
}

.new_message_box dd
{
	width:190px;
	float:left;
	margin-bottom:0px;
	padding-right:10px;
}

.new_message_box dd.bigger
{
	width:190px;
	padding-top:4px;
	padding-left:30px;
}

.new_message_box dd.securityicon
{
	width:40px;
}

.new_message_box dl
{
	clear:both;
	padding:0px;
	margin-bottom:6px;
}

.new_message_box dt em
{
	font-size:11px;
	font-style:italic;
	display:block;
	line-height:11px;
	color:#777;
	float:right;
}

.new_message_box dd em
{
	font-size:11px;
	font-style:italic;
	line-height:11px;
	color:#777;
}

.new_message_box dd strong
{
	color:#000;
}

.new_message_box .form
{
	text-align:left;
	margin:0px 0px 20px 30px;
	line-height:36px
}

.new_message_box .form p
{
	margin:5px 0px 10px 125px;
}

.new_message_box .form p.legal
{
	font-weight:bold;
	font-size:11px;
}

/*.new_message_box .form .buttons {margin:15px 0px 10px 125px}*/

.new_message_box dt.image
{
	width:auto;
}

.new_message_box dt.image img
{
	padding:3px;
	border:solid 1px #ccc;
	background-color:#fff;
	margin-right:20px
}

.something
{
	width:760px;
	margin:0px auto 0px auto;
	text-align:center;
}


ul.loginbutton
{
	margin:0px;
	padding:10px 22px 10px 0;
	list-style:none;
	clear:both;
	width:740px;
	background:#094269 url(/bt_main/content/images/bg-submit-t.gif) no-repeat 0 0;
	overflow:hidden;
}

ul.loginbutton li
{
	float:right;
	margin:0 40px 0 5px;
	height:27px;
	background:url(/bt_main/content/images/bg-submit.gif) no-repeat 0 0;
}

ul.loginbutton a
{
	color:#69757e;
	line-height:27px;
	padding:0 8px 0 9px;
	height:27px;
	float:left;
	white-space:nowrap;
	background:url(/bt_main/content/images/bg-submit-r.gif) no-repeat 100% 0;
	overflow:hidden;
}


ul.loginbutton li.print
{
	background:url(/bt_main/content/images/bg-submit-p.gif) no-repeat 0 0;
}

ul.loginbutton li.print a
{
	background:url(/bt_main/content/images/bg-submit-p-r.gif) no-repeat 100% 0;
	color:#e9e9e9;
}


*+html ul.loginbutton li.print a
{
	width: 74px;
}

#footerborder
{
    width:auto;
    background:url(/bt_main/content/images/bg-public-header.gif) repeat-x bottom;
}

#footer
{
	padding:25px 0 0 0;
	overflow:visible;
    width:auto;
	background:white;
}

#footer p
{
	margin:0;
	text-align:center;
	font:1.08em 'Lucida Grande', Arial, Helvetica, sans-serif;
}


#footer table
{
	border:0;
	width:100%;
	padding:0;
}

.login_instructions
{
	padding: 15px 15px 15px 15px;
}

#login_errors
{
	display: block;
	padding: 5px 5px 5px 5px;
	border: solid;
	background-color: #FF9;
}

#login_errors ul li
{
	display: block;
	background-color: #FF9;
}
