/* 
*	
*	SMART - Signup smart-form
*
*/

body{ 
	background:#000;
	font:13px Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#333;
	line-height:160%;
	margin:0;
	padding:0;
	text-align:center;
	}

h1{
	font-size:200%;
	font-weight:normal;
	}		
h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:1em 0;
	}	
h2{            
	font-size:160%;
	}	
h3{          
	font-size:140%;
	}
h4{          
	font-size:120%;
	}				

a{
	text-decoration:none;
	color: #666;
	}
a:hover{
	color: #CCC;
	}			
table, input, textarea, select, li{
	font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	line-height:160%;
	color:#333;
	}				
p, blockquote, ul, ol, smart-form{
	margin:1em 0;
	}
blockquote{
	}
img{
	border:none;
	}			
hr{
	display:none;
	}	
table{
	margin:1em 0;
	width:100%;
	border-collapse:collapse;
	}
th, td{	
	padding:2px 5px;
	}	
th{	
	text-align:left;
	}
li{
	display:list-item;
	}	
	
#container{	
	margin:0 auto;
	background:#000;
	width:800px;
	text-align:left;
	}		

#logo-holder{
	float:left;
	display:block;
	width:800px;
	height:200px;
	margin:50px 0 50px 0;
	}

.logo{
	display:block;
	width:493px;
	height:240px;
	position:relative;
	left:153px;
}

#message-holder{
	float:left;
	width:300px;
	padding:0 250px 20px 250px;
	color: #F90;
	text-align:center;
}

#form-holder{
	float:left;
	width:320px;
	padding:0 240px 0 240px;
	}

#footer{
	float:left;
	width:320px;
	padding:0 240px 0 240px;
	color:#666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-align:center;
}

/* smart-form */

	#smart-form{
		color:#fff;
		width:320px; /* customize width, this smart-form has fluid layout */
		}
	#smart-form h3{
		margin:0;
		background:#57a700 url(../images/form_heading.gif) repeat-x;		
		color:#fff;
		font-size:20px;
		border:1px solid #57a700;
		border-bottom:none;
		}		
	#smart-form h3 span{
		display:block;
		padding:10px 20px;			
		}				
	#smart-form fieldset{
		margin:0;
		padding:0;
		border:none;	
		border-top:3px solid #000;
		background:#000 url(../images/form_top.gif) repeat-x;		
		padding-bottom:1em;
		}		
	#smart-form legend{display:none;}	
	#smart-form p{margin:.5em 20px;}	
	#smart-form label{display:block;}	
	#smart-form input, #smart-form textarea{		
		width:272px;
		border:1px solid #111;
		background:#282828 url(../images/form_input.gif) repeat-x;
		padding:5px 3px;
		color:	#CCC;
		}		
	#smart-form textarea{
		height:125px;
		overflow:auto;
		}					
	#smart-form p.submit{
		text-align:center;
		}	
	#smart-form button{
		padding:0 20px;
		margin-top:20px;
		height:32px;
		line-height:32px;		
		border:1px solid #343333;
		background:#343333 url(../images/form_button.gif) repeat-x;
		color:#fff;
		cursor:pointer;		
		text-align:center;		
		}				

/* // smart-form  */

.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }

