/* Common */
h1 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #666666;
	margin-bottom: 20px;
}

#phLogo {
	background-image: url("/img/pageLayout/logo.jpg");
	margin-top: 10px;
	float: left;
	width: 433px;
	height: 107px;
}

/* End common */

/* Register User */

div#Register {
	
}

div.DescriptionText {
	width: 450px;
	margin-bottom:20px;
}

div#Register h3 {
font-size: 13px;
}

div#RegisterTop {
	background-image: url("/Community/Images/RegisterTop.jpg");
	background-repeat: no-repeat;
	height: 14px;
}
div#RegisterMiddle {
	padding-left: 15px;
	padding-right: 15px;
	background-image: url("/Community/Images/RegisterMiddle.jpg");
	background-repeat: repeat-y;
}
div#RegisterBottom {
	background-image: url("/Community/Images/RegisterBottom.jpg");
	background-repeat: no-repeat;
	height: 14px;
}




table#RegisterUser {
	width: 100%;
	border-collapse: collapse;
}
table#RegisterUser tr {
	border-top: 1px solid #666666;
}
table#RegisterUser tr.NoBorder {
	border-top: 0px;
	}
table#RegisterUser tr.NoBorder td { 
	height: auto;
	border:0px;
}
table#RegisterUser td {
	vertical-align: top;
	
	padding: 10px;
	border-top: 1px solid #666666;
}
table#RegisterUser td.LeftRow {
	width: 150px;
}
table#RegisterUser td.RightRow {
	width: 200px;
	background-image: url("/Community/Images/RegisterGradient.jpg");
	background-position: 0px -7px;
	background-repeat: repeat-x;
}

table#RegisterUser td.AlignRight {
	text-align: right;
}
/* Error Message */
table#RegisterUser td span {
	
}

span.small {
	font-size: 10px;
	line-height: 100%;
}

/* End Register User */

/* LoginBox */
/* This class also exists in mainStyle.css so dont forget about that! */
#LoginBox {
	width: 297px;
	height: 112px;
	background-image: url("/Community/Images/LoginBox.jpg");
	background-repeat:no-repeat;
	float: right;
}

#LoginRight {
	width: 161px;
	/* Width 186 - padding 10 */
	padding: 10px;
	height: 91px;
	float:left;
	overflow:hidden;
	color: #000000;
}

#LoginLeft {
	width: 91px;
	/* Width 111 - padding 10 */
	line-height: normal;
	padding: 10px;
	height: 91px;
	float:left;
	overflow:hidden;
	color: #000000;
}

#LoginLeft a, #LoginLeft a:visited, #LoginLeft a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
.White {
	color: #FFFFFF;
	font-weight: bold;
}

#LoginRight a,#LoginRight a:visited, #LoginRight a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

#LoginLeft h1, #LoginRight h1 {
	color: #FFFFFF;
	font-size: 14px;
	margin:0px;
	padding:0px;
}
/* End LoginBox */