/* -------------------------------------------------------------- 
  
  OIG
  20/9/08/
  Russell Jones
  www.slightlydifferent.co.uk
  
   
-------------------------------------------------------------- */



	
.page-signup{
	padding:15px;
	width:500px;
	margin-right:20px;
	float:left;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:url(/images/backgrounds/signup.png);
	margin-bottom:20px;
	}
	
.go-premium{
	width:300px;
	float:left;
	}
	

/*text and input styles*/
h1.signup{
	color:#fff;
	font-size:24px;
	letter-spacing:-2px;
	margin-top:50px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
h1.gen-form {
	font-size:24px;
	letter-spacing:-2px;
	margin-top:50px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
	
form.signmeup{
	margin:0;
	}
	
form.signmeup label{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	/*color:#fff;*/
	font-size:14px;
	font-weight:bold;
	padding-bottom:6px;
	}
	
.geninput{
	padding:5px;
	width:50%;
	border:2px solid #8dd2dc;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#fff;
	margin-bottom:5px;
	margin-bottom:25px;
	}
	
.supplement{
	font-size:11px;
	color:#5ccef9;
	font-weight:normal;
	}
	

	
	
/*button styles*/
.mainbutton{
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #a1dff6 !important;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px !important;
	font-size-adjust:none;
	font-weight:bold !important;
	padding:6px 6px!important;
	background:#55c9f3;
	color:#fff !important;
}









