/* Default */
*			{ padding:0; margin:0; }
body 		{ font:12px Arial, sans-serif; line-height:1.5em; background:#333333 url(images/body-bg.png) repeat-x; }
a 			{ color:#333; background: inherit; }
a:hover 	{ color: #DA3B3B; background: inherit; text-decoration: underline}
h1 		{ font: bold 2.5em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px; }
h2 		{ font: bold 1.6em Arial, Sans-Serif; letter-spacing: -1px; }
h3 		{ padding: 4px 0; margin:  0; }
img 		{ border: 0; }
hr 		{ height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }

/* Wrapper */
#wrapper		{ width:900px; margin:0 auto; }

/* Header */
#header							{ float:left; width:900px; height:115px; }
#header #logo 					{ float:left; padding-top:14px; width:143px; height:101px; clear:both; }

/* Content */
#content-wrapper	{ float:left; background:#FFF; padding-bottom:50px; width:100%; }
#content 	{ width:900px; margin:0 auto; }
#stuff		{ float:left; width:389px; }

#convert-now {	border: 0; background: url(images/convertnow.png) no-repeat center; width:212px; height:56px; cursor:pointer; }

/* Google Adsense */
#ga-link-unit-banner-wide-top 	{ width:900px; padding:20px 0 50px 0; text-align:center; }
#ga-link-unit-left-on-left 		{ width:191px; height:107px; padding-top:20px; margin-right:10px; text-align:right; float:left; 
											background:url(images/link-unit-bg.png); }
#ga-file-all 							{ width:300px; height:250px; margin-right:10px; float:left; }

/* Footer */
#footer-wrapper		{ clear:both; text-align:center; padding-top:10px; color:#999; }
#footer					{ width:900px; margin:0 auto; }
#footer a 				{ color:#FFF; text-decoration:none; border-bottom:1px dotted #FFF; }
#footer .small		{ font-size:10px; }
/* Forms */
.forms                              {}

.forms td									{padding:3px;} 

.forms input[type="password"]       {border:1px solid #8d8d8d; color:#363636; font:bold 10px Verdana; padding:5px 4px 3px 4px; position:relative; text-align:left; top:0px;}
.forms input[type="password"]:hover {background:#def7fe; border:1px solid #4ab7fe; color:#2c84da;}
.forms input[type="password"]:focus {background:#f8ffba; border:1px solid #ffdb72; color:#b26d00;}

.forms input[type="text"]           {border:1px solid #8d8d8d; color:#363636; font:bold 10px Verdana; padding:5px 4px 3px 4px; position:relative; text-align:left; top:0px;}
.forms input[type="text"]:hover     {background:#def7fe; border:1px solid #4ab7fe; color:#2c84da;}
.forms input[type="text"]:focus     {background:#f8ffba; border:1px solid #ffdb72; color:#000;}

.forms select                       {border:1px solid #8d8d8d; color:#363636; font:bold 10px Verdana; padding:5px 4px 3px 4px; position:relative; text-align:left; top:0px;}
.forms select:hover                 {background:#def7fe; border:1px solid #4ab7fe; color:#2c84da;}
.forms select:focus                 {background:#f8ffba; border:1px solid #ffdb72; color:#000;}

