* {
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100%;
}
body {
	position: relative;
	width: 100%;
	background-image: url(../images/RedLace01.jpg);
	background-repeat: repeat;
}



a.link {
	font-size: 12px;
	color: #5A6378;
	text-decoration: underline;
}

a.link:hover {
	text-decoration: none;
}

.focus {
	background-color: #D7DBE1;
}


table#Main {
	height: 100%;
	width: 100%;
}

table#CreateAccount, table#LogInAccount {
	width: 353px;
}

table#CreateAccount h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #381B1C;
	margin-top: .5em;
	margin-bottom: .5em;
}
td#m_Middle {
	text-align: center;
	vertical-align: middle;
}

 #mid {
	text-align: left;
	padding: 1em;
}

 .hr {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}


#f_Container {
	background-image: url(../images/login/form/middle_1.png);
	background-repeat: repeat-y;
	width: 353px;
	margin-right: auto;
	margin-left: auto;
	color: #322727;
}


.top {
	width: 353px;
	background-image: url(../images/login/form/top_1.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
}

.bottom {
	width: 353px;
	background-image: url(../images/login/form/bottom_1.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
}



 td.left {
	text-align: right;
}

td.right {
	text-align: left;
}

 div.textfield {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #242735;
	font-size: smaller;
}


#pass {
	left: 1px;
}

#b_register #submit_btns  {
	margin-top: 8px;
	text-align: center;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
#b_register .Buttons input {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	width: 60px;
}
span.messages {
	color: #C63939;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

span.blue {
	color: #1C3359;
}

h4 {
	margin-top: .7em;
	font-style: italic;
}

.textfield * {
}

#useremail {
	left: 5px;
}


.errorreport {   /*--------------------- ERROR REPORT ------------------*/
	font-size: 9px;
	color: #911717;
	float: right;
	cursor: default;
}

.login_error {
	color: #911717;
	font-size: 14px;
	cursor: default;

}


