/* 
*	
*	CSSG Collections: Forms
*	designed and coded by Alen Grakalic (http://cssglobe.com)
*	brought to you by Templatica (http://templatica.com)
*
*/

body{ 
	background:#f8f8f8;
	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;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}		
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:#05326D;
	}
a:hover{
	color:#999;
	}			
table, input, textarea, select, li{
	font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	line-height:160%;
	color:#333;
	}				
p, blockquote, ul, ol, 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:#fff;
	width:600px;
	padding:20px 40px;
	text-align:left;
	}		


/* form 1 */

	#form1{
		margin:1em 0;
		padding-top:10px;
		background:url(sms_top.gif) no-repeat 0 0;
		}
	#form1 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:260px;
		margin-left:25px;
		}		
	#form1 legend{display:none;}	
	#form1 p{margin:.5em 0;}	
	#form1 label{display:block;}	
	#form1 input, #form1 textarea{
	width:200px;
	border:1px solid #ddd;
	background:#fff url(sms_input.gif) repeat-x;
	/*		padding:3px;*/
				padding:3px 5px 3px 25px;
		}		
	#form1 textarea{
	overflow:auto;
		}					
	#form1 p.submit{
	clear:both;
	background:url(sms_bottom.gif) no-repeat 0 100%;
	padding:0 25px 20px 25px;
	margin: 0;
		}	
	#form1 button{
	width:150px;
	height:37px;
	left:25px;
	line-height:37px;
	border:none;
	background-image:url(sms_button.gif);
	background-repeat:no-repeat;
	background-color:#1780C1;
	color:#fff;
	cursor:pointer;
	text-align:center;
		}				
	#form1 input#name{background:#fff url(sms_name.gif) no-repeat 5px 50%;}
	#form1 input#email{background:#fff url(sms_email.gif) no-repeat 5px 50%;}
	#form1 input#web{background:#fff url(form_url.gif) no-repeat 5px 50%;}
	#form1 textarea#message{background:#fff url(sms_note.gif) no-repeat 5px 6px;}
	#form1 input#phone{background:#fff url(sms_phone.png) no-repeat 5px 6px;}
.small/* // form 5 */
 {
	font-size: 10px;
	line-height: 120%;
}
