﻿body {
	background: url(../images/bg3.gif) repeat-y center;
	font: 90%/1.6em Verdana,Tahoma,Arial,Geneva,sans-serif;
	color: #494858;
	text-align: center;
	margin: 0 0 0 0;
}
.cssform p{
width: 850px;
clear: left;
margin: 0;
padding: 5px 5px 15px 20px;
/*padding-left: 155px; width of left column containing the label elements*/
border-top: 1px dashed gray;

}

.cssform p2{
width: 850px;
clear: left;
margin: 0;
padding: 5px 5px 15px 20px;
/*padding-left: 155px; width of left column containing the label elements*/
border-top: 1px groove gray;

}

.cssform label{
font-weight: bold;
float: left;
margin-left: 0px; /*width of left column*/
width: 179px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 180px;
}

* html .threepxfix{
margin-left: 3px;
}
#wrap {
	position: relative;
	width: 900px;
	margin: 1px auto 0 auto;
	text-align: left;
   top: 0px;
   left: 0px;
}
#content-wrap {
	position: relative;
	background: #fff  repeat-x;
	clear: both;
	float: left;	
	width: 870px;	
	padding: 0; 			
	margin-left: 15px;	
	display: inline;
	border-top: 5px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #7A2909;
	background: inherit;
	text-decoration: underline;	
}
.divLogin{
position: relative;
    top: 0px;
    left: 342px;
    width: 880px;
}