﻿body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#login {
	width: 500px;
	margin: 40px auto;
}
#login .logo {
	width: 500px;
	height: 41px;
	background-image: url('../images/logo3.jpg');
	background-repeat: no-repeat;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	line-height: 41px;
	letter-spacing: 1px;
	color: #CCCCCC;
}
#login .cred {
	height: 30px;
	background-color:#F0F0F0;
	padding: 20px 10px;
}

#login .cred label{
display:block;
font-size: 11px;
font-weight:bold;
text-align:right;
width:90px;
line-height: 28px;
float:left;
color:#444444;
}

#login .medium{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px #CCCCCC solid;
	width: 130px;
	margin: 2px 0px 15px 10px;
}
#login #remember {
	float:left;
	width: 190px;
	margin-top: 10px;
	margin-left: 20px;
}

#login #remember #chkPersist {
	float:left;
}
#login #remember label{
	text-align:left;
	width: 200px;
	margin-left: 10px;
	line-height: 17px;
}

input.button
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#DE3E01;
	font-weight:bold;
	font-size: 14px;
	font-style:normal;
	text-transform: none;
	padding: 1px 2px;
	background:url(../images/bk_submit.gif) repeat-x left top;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 5px 0px 7px;
	width: 140px;
	height: 35px;
	float:right;
}
.spacer{clear:both; height:10px;}

/*-------------------------LOG OUT----------*/

.bye {
	text-align:center;
	margin-top:150px;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 41px;
	letter-spacing: 1px;
	color: #666666;

}

