@charset "UTF-8";
/* CSS Document */


/* ##############  TEMPORARY CSS STYLESHEET for RateTech - ratetech.com ############# */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
  	font-size: 100%;
}

body {
  	background: #000;
	font-family: Futura, Helvetica, Arial, sans-serif;
  	color: #fff;
  	margin: 0 0 0 0;
  	padding: 0 0 0 0;
  	text-align: center;
}

h1 {
	text-indent: -9999px;
	color: #000;
  	font-size: 20px;
  	font-weight: normal;
}

h2 {
	color: #fff;
  	font-size: 20px;
  	font-weight: normal;
	margin: 0 0 10px 0;
}


/* ################ LINK STYLING ################## */

a,  a:link {
	color: #f00;
  	font-weight: normal;
  	text-decoration: none;
	padding: 2px;
}

a:visited {
  	color: #f00;
  	font-weight: normal;
  	text-decoration: none;
	padding: 2px;
}

a:hover {
	background: #f00;
	color: #fff;
  	font-weight: normal;
  	text-decoration: none;
	padding: 2px;
}

a:focus {
	background: #f00;
  	color: #fff;
}

a:active {
	background: #f00;
  	color: #fff;
}



#outerWrapper {
  	background: #000 url(images/ratetech_coming_soon.jpg) no-repeat top center;
  	margin: 10px auto 0 auto;
  	text-align: left;
  	width: 796px;
  	height: 405px;
}

/* ################ FORM STYLING ################## */


#outerWrapper #contentWrapper #content #form {
	position: relative;
	top: 330px;
	text-align: center;
	margin: 0;
}


#outerWrapper #contentWrapper #content #messageForm {
	text-align: center;
	margin: 60px 0 20px 100px;
	width: 650px;
}

#outerWrapper #contentWrapper #content #messageForm #sendEmailAddress {
	text-align: center;
}

.submit {
	float: left;
	padding: 5px 0 0 0;
}

#textInput input.in {
	background: #000 url(images/text_input.png) no-repeat top left;
	color: #000;
	border: 0;
	font-size: 30px;
	padding: 10px 0 0 4px;
	margin: 0 10px 0 30px;
	width: 475px;
	height: 50px;
	float: left;
}

#bodyText {
	font-size: 13px;
	padding: 10px 0 0 0;
	margin: 0;
	clear: both;
}

#thanksText {
	position: relative;
	top: 390px;
	text-align: center;
	font-size: 28px;
}


#credit {
	font-family: Futura, Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
	margin: 360px 0 50px 0;
}

#creditThankYou {
	font-family: Futura, Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
	margin: 420px 0 50px 0;
}


#red {
	color: #c70000;
}