@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Red Hot Hard
Theme URI: http://my.redhothothard.com
Description: Sign Up Page CSS * New version
Version: 1.0
Author: Jay Hughes
Author URI: http://www.2manydevelopers.com
*/

/* Global Styles */

div.new-container {
	color:#FFFFFF;
	position:relative;
	text-align:left;
	width:960px;
	float:left;
}
div#new-header {
	float:left;
	width: 960px;
}
div#sign-container {
	background:url("../../Images/signup_bg.jpg") no-repeat scroll 0 0 transparent;
	float:left;
	min-height:560px;
	padding:0 5px;
	width:960px;
	margin: 10px 0 0;
}
fieldset.option {
	float:left;
	margin:0 8px 0 0;
	padding:80px 0 0;
	text-align:center;
	width:232px;
}
fieldset.last {
	margin: 0!important;
}
div.pay-option {
	color:#fff;
}
div.pay-option a, div.register input {
	  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}
div.pay-option a:hover,div.register input:hover {
	  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
}
p.type {
	font-weight:bold;
	width:100%;
	text-align:center;
	color:#fff;
	margin: 5px 0;
}
p.type span {
	color:#ff0000;
}
div.register {
	float:right;
	margin:149px 41px 0 0;
}
div.register input {
	float:left;
}
div.register span {
	float:left;
	font-weight:bold;
	margin:7px 7px 0 0;
	color:#fff;
}