
body{ 
	//background:#f4f4f4 url(../imagesz/bg.gif) repeat top left;
	font:13px Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#333;
	line-height:140%;
	margin:0;
	padding:0;
	text-align:center;
	}

h1{
	
	font:28px  Arial;
	font-weight:normal;
	text-shadow: 0 2px 4px rgba(0,0,0,.3);
       margin-top: 0;
       margin-bottom: 0;
	}
	h1 a {
	display: block; text-decoration: none;
	font: 48px Monotype Corsiva, Arial; letter-spacing: -1px;  
	text-align: center;
	color: #698DB8; text-shadow: 0px 2px 3px #483030;
        }
 	h1 a:hover {
 		color: #6E8CB1; text-shadow: 0px 3px 5px #483030;
 	}
h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:1em 0;
	}	
h2{            
	font:24px  Arial;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	margin-top: 0;
       margin-bottom: 0;
	}	
h3{          
	font-size:140%;
       margin-bottom: 0;
	margin-top:3px;
	}
h4{          
	font-size:120%;
	}				

a{
	text-decoration:none;
	color:#184751;
	}
a:hover{
	color:red;
	text-decoration:underline;
	}			
table, input, textarea, select, li{
	font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	line-height:140%;
	color:#333;
	}				
p, blockquote, ul, ol, form{
	margin:1em 0;
	}

p1 {
	margin-left:10px;

	}

blockquote{
	}
img{
	border:none;
	}			
hr{
	//display:none;
	}	
table{
	//margin:1em 0;
	width:100%;
	border-collapse:collapse;
	margin-left:3;
	}
th, td{	
	padding:2px 2px;
	}	
th{	
	//text-align:left;
	}
li{
	display:list-item;
	}	
	
#container{	
	margin:0 auto;
	background:#fff;
	width:600px;
	padding:10px 10px;
	text-align:left;
	}		


/* form */

	#form1{
		margin:1em 0;
		padding-top:0px;
		background:url(../imagesz/form/form_top.gif) no-repeat 0 0;

		}
	#form1 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:560px;
		margin-left:10px;
		}		
		
	#form1 p{margin:.5em 0;}	
	#form1 label{display:block;}	
	#form1 input, #form1 textarea{		
		width:252px;
		border:1px solid #ddd;
        -moz-border-radius:.3em;
	    -webkit-border-radius:.3em;
	    border-radius:.3em;		
		background:#fff url(../imagesz/form/form_input.gif) repeat-x;
		padding:3px;
		}		
	#form1 textarea{
		height:125px;
		overflow:auto;
		margin-top:0px;
		}					
	#form1 p.submit{
		clear:both;
		background:url(../imagesz/form/form_bottom.gif) no-repeat 0 100%;
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
		}	
	#form1 button{
		width:150px;
		height:37px;
		line-height:37px;		
		border:none;
		background:url(../imagesz/form/form_button.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}				




/* // form */






