/* *************************** 
  Site - ridiculouslyhot.com
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Content Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
	width:730px;
	height:111px;
}
li {
	list-style:none;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	background:#e00020 url(../images/body_bg.png) top center repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
}

/* *************************** 
   $3 Content Styles
   ***************************/
#pre_registration {
	width:730px;
	height:262px;
	background:url(../images/pre_registration_bg.png) no-repeat;
	margin:240px auto 0 auto;
}
#pre_regi_form {
	width:730px;
	height:71px;
	padding-top:40px;
}
#pre_regi_form input {
	vertical-align:middle;
}
#pre_regi_form #input_fname {
	width:194px;
	height:31px;
	padding:6px 8px 0 8px;
	border:1px solid #ce596a;
	color:#b53447;
	background:url(../images/input_bg.png) no-repeat;
	font-size:20px;
}
#pre_regi_form #input_email {
	width:272px;
	height:31px;
	padding:6px 8px 0 8px;
	border:1px solid #ce596a;
	color:#b53447;
	background:url(../images/input_bg.png) no-repeat;
	font-size:20px;
	margin:0 20px;
}
#welcome {
	width:730px;
	height:66px;
	padding-top:14px;
	font-size:10px;
	line-height:16px;
	color:#d6b3b8;
}
#pre_registration h1 {
	font-size:10px;
	padding-top:42px;
	font-weight:normal;
}

#success {
	background:url(../images/ty.gif) no-repeat;
	width:730px;
	height:111px;
	padding:0;
	margin:0 auto;
}