#pagetable{
	width: 800px;
}

#leftcol{
	width: 270px;
	margin-left: 170px;
	margin-right: 30px;
}



#loginform{
	background-color:#F6F6F6;
	border:1px ridge #7D8F88;
	font-size:10pt;
	line-height:30px;
	margin-top:20px;
	padding:20px 0 10px 20px;
	width:240px;
}

#signupform tr{
	
}

.col1{
	text-align: left;
	font-family: Arial;
	color: #4e504d;
	padding-right:5px;
}

.check{
	width: 20px;
	height: 20px;
}




#emailStatus, #passwordStatus, #policyStatus{
	display: none;
}





#notsignedup{
	color: #7D8F88;
	width: 310px;
	line-height: 25px;
	font-size: 90%;
}

#whyscrimple{
	color: #7D8F88;
	line-height: 25px;
	font-size: 90%;
	
}

#whyscrimple ul{
	font-family: Arial;
	list-style:none;
}

#whyscrimple ul{
	font-size: 90%;
}

input.textField {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:2px solid #DDDDDD;
	font-size:16px;
	margin-bottom:0px;
	padding:5px;
}

input.hover {
	border-color:#BBBBBB;
}


input.darken{
	border-color: #000111;
}

/* Signup form */

#signup{
	padding-left:25px;
	padding-top:10px;
	width:389px;
	background-color:#F6F6F6;
	border:1px ridge #7D8F88;
	margin-top:10px;
}

#err_msg{
	height:30px;
}

form ol{
	text-decoration:none;
	list-style:none;
	list-style-type:none;
	list-style-position:outside;
}

form ol li {
	clear:left;
	padding:0px 0;
}

form ol li label {
	color:#555555;
	display:block;
	float:left;
	font-weight:bold;
	line-height:30px;
	margin-right:10px;
	text-align:right;
	width:160px;
}

#signupform label.error {
  color: red;
  font-size:12px;
  font-weight:bold;
  padding-right:48px;
  float:right;
  text-align:left;
  white-space:nowrap;
}

#signupform input.error {
  border-color:red;
}

#signupform label.checked {
  background:url("images/checked.gif") no-repeat 0px 0px;
}

#newsletter{
	padding-left:150px;
}
#submit{
	padding-left:150px;
	padding-top:10px;
}