
	body{	
		background-color: #ade3e5
		}
	
	
	#wrapper{
		width:750px;
	/*	min-width:770px;*/
		height:900px;
		top:10px;
		background-color:white;
		background-repeat:no-repeat;
		position:relative;
		border: black solid 3px;
		margin: 0 auto;
		}

	
	#container{
		top:80px;
		left:0px;
		margin-top:27px;
		width:750px;
		position:absolute;
		font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#442C22;
		background-color: white;
		}
		

	#banner{
		background-image: url(images/acceptiva1.jpg);
		background-repeat:no-repeat;
		position:absolute;
		width:750px;
		height:106px;
		}

	#thanks{
		position:absolute;
		top: 50px;
		left: 160px;
		}
	
	
	#required{
		margin-top:-14px;
		font-size:12px;
		color: gray;
		}
		

	.info{
/*		padding-left:270px;*/
		margin-left:35px;
		}


	#contact_form{
		position:absolute;
		top:150px;
		}
		

		.row{
			clear: both;
			}
		.label{
			float: left;
			text-align: right;
/*			min-width: 180px;*/
			width:25%;
			margin-right:15px;
			margin-top:1px;
			font-family: Arial, Helvetica, san-serif;
			font-size:13px;
			font-weight:bold;
			margin-left:80px;
			}
			
			.leftlabel{
			float: left;
			margin-left:35px;
			}
			
		    .rightlabel{
			float: right;
			margin-right:200px;
			}
			
		.choice{
			float: left;
			text-align: right;
			margin-right:15px;
			margin-top:1px;
			font-family: Arial, Helvetica, san-serif;
			font-size:13px;
			margin-left:20px;
			}
			
		.comments{
			position: relative;
			top:-200px;
			right:600px;
			font-family: Arial, Helvetica, san-serif;
			font-size:13px;
			margin-left:20px;
			}
			
		.form_input{
			float: left;
			margin-bottom:10px;
			}
			
		.form_input input{
			width:270px;
			height: 20px;
			background-color:#cceeef;
			}

		.row textarea{
			width:270px;
			background-color:white;
			margin-bottom:10px;
			}
			
		.row textarea, .form_input input{
			font-family: Arial, Helvetica, san-serif;
			font-size:12px;
			color:black;
			background-color:#cceeef;
			}

		.button{
			position:relative;
			width: 90px;
			height: 33px;
/*			left:145px;*/
			left:35%;
			top: 90px;
			font-size:16px;
			}
		
		
/*		#country{
		background-color:#cceeef;
		}*/
		
		
/*		p{
		font-weight:bold;
		}*/
		
		
		h1{
		font-size:24px;
		
		}
		
		h2{
		font-size:14px;
		}

        #choicearea {
		position:absolute;
		top:420px;
		left:20px;
		}
		
		#commentarea {
		position:absolute;
		top:410px;
		left:410px;	
		}

