@charset "UTF-8";
/* CSS Document */

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#content, #account {
	background-color: #FFF;
	width: 846px;
	height: 550px;
}

div .registration_form  {
	padding-top: 0px;
	margin-left: 50px;
	width: 446px;
	height: 410px;
	font-size:12px;
	display: block;
	float: left;
}

div #product_registration_form {
	margin-left:0px;
}

td .input {
	width: 240px;	
}

.header {
	width: 300px;
	height:30px;
	float: left;
}

.form-labels {
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#txtForgotEmail {
	width: 200px;
}

#form1 {
	margin-top: 50px;	
}

td .copy {
	width: 111px;	
}

.LV_invalid, .purple-text {
	color: #A662B7;
	font-weight:bold;
	font-size:10px;
}

.code-refresh {
	outline: none;	
	text-decoration: none;
}

.code-refresh:hover {
	text-decoration: none;	
}

#message {
	width: 150px;
	float: left;
	margin-top:30px;
	margin-left:10px;
	text-align:center;
	color: #000;
	font-weight:bold;
	font-size:12px;
}

#message a, #message a:hover, #message a:visited, #message a:focus{
	color: #A662B7;
}

#message a:hover {
	color: #A662B7;
}

.registration_form a:link, .registration_form a:visited {
	color: #A662B7;
	line-height: 150%;
}

.registration_form a:hover {
	text-decoration:underline;	
	color: #A662B7;
}

/*My Account Styles*/

#account_form {
	height: auto;
	margin-bottom: 20px;
}

#account_form .header{
	margin: 0; margin-left: 55px;
	text-align:left;
}

#products_header {
	margin: 0; margin-left: 35px;
}

#user_products {
	float: left;
	margin-left: 45px; margin-bottom: 30px; padding-top: 20px;
	height:330px; max-height: 330px;
	text-align:left;
	overflow-y:auto;
}

.products-msg {
	margin-left: 20px;
}

#account{
	height: 750px;
}
