/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: center;
}

a {
	color: #333333;
	text-decoration: none;
}

a:link,
a:visited {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted #369;
}

label {
	text-align:right;
	width:100px;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
	color: #333333;
	font-weight: bold;
}
 
legend {
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	padding: 0 10px 0 10px;
}

#siteName{
	margin:20px 0px 15px 0px;
}

#wrap {
	text-align: left;
	margin: 10px auto;
	width: 620px;
}

#bg{
	background-image: url(/images/header_login.png);
	background-repeat: no-repeat;
	height: 80px;
}

#register {
	width: 400px;
	margin: 20px 0 0 150px;
}

#login {
	width: 450px;
	margin: 20px 0 0 150px;
}

#loginform{
	margin: 10px 0px 0px 400px;
	font-size: 80%;
}

#links {
	width: 350px;
	margin: 20px 0 0 150px;
}

.textfield {
	height:16px;
	width:95%;
	border: 1px solid #999;
}

.required {
	background-color: #FFF9F9;
}

.error{
	border: 1px solid #FF3333;
}

.textarea {
	margin:3px;
	height:165px;
	width:200px;
}

.right {
	text-align: right;
}

.copywrite{
	font-size:90%;
	color:#999;
}
