	
#form{
   background: url(../images/form-bg.png) no-repeat;
   width: 276px;
   height: 515px;
   float: left;
   color: #2e4f6a;
   padding:20px 28px 0px 28px;
   margin:0px;
}

form
{/*padding-top:20px;*/}

	#form h3{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #7eaacd;
	}
	
		#formtitle{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
		color: #000000;
	}
	
	#form .left{
		float:left;
		display: inline;
		width: 46%;
		padding: 0 2px 0 0;
		margin:0px;
	}
	
	#form .right{
		float:right;
		display: inline;
		width: 46%;
		padding: 0 8px 0 0;
		margin:0px;
	}
	
	#form input{
		width: 100%;
		border: 1px solid #96bedc;
		padding: 2px;
		height:16px;
		color: #356d9a;
	}
	
	#form select
	{
		width: 100%;
		border: 1px solid #96bedc;
		padding: 1px;
		height:22px;
		color: #356d9a;
	}
	
	/*#form .submit{
		position: absolute;
		top: 400px;
		left: 0;
		text-align: center;
		color: #f7dfc8;
		font-size: 18px;
		background: none;
		border: none;
		display: block;
		width: 100%;
		height: 50px;
		text-indent: -30px;
	}*/

	#form .submit{		
		left: 0;
		text-align: center;
		color: #f7dfc8;
		font-size: 18px;
		background: none;
		margin: 9px 0 0 -4px;
		height: 50px;
		background-image: url("../images/d-orange.png");
		background-repeat: no-repeat;		
		border: none;
		display: block;
		width: 100%;
		cursor: pointer;
		text-indent: -30px;
	}
	
	#formFooter{
		position: absolute;
		display: block;
		width: 100%;
		top: 475px;
		left: 0;
		text-align: center;        		
	}
		#formFooter p{
			color: #929394;
			font-size: 12px;
			text-align: center;
			margin: 0;
					
		}
		#formFooter a{
		    color: #0fade1;
		}     
		
		
