#wrapper{
	background: #eef3f6;
	border: 1px solid #CCC;
	/*width: 800px;*/
	}

select{
	border: none;
	border: 1px solid #0e5894;
	margin-left: 5px;
	width: 80px;
	}

textarea{
	border: 1px solid #0e5894;
	margin: 5px auto;
	width: 90%;
	min-height: 100px;
	}

#verbage{
	margin-top: -5px;
	margin-left: 20px;
	padding: 10px;
	}
	
	#verbage img{
		border: 1px solid #333;
		margin: 5px auto;
		}
	#verbage p{
		padding: 1em;
		text-align: left;
		}

/*=============================================*/
#RENT_home{
	border: 0px solid #333;
	width: 100%;
	margin: 0px 0px;
	padding: 1em;
	}

	#RENT_home h3{
		font-size: 14pt;
		line-height: 18pt;
		display: inline;
		color: #fffdb3;
		margin-left: 5px;
		}
		
	#RENT_home p{
		display: inline;
		font-size: 10pt;
		margin-left: 5px;
		}
		

.info_pane{
		border: 1px dotted #999;
		margin: 0 auto;
		margin-bottom: 20px;
		background: #fff;
		float: left;
		width: 46%;
		}
		
		.info_pane div{
			border: 0px solid blue; 
			width: 100%;
			padding: 5px auto;
			margin: 10px auto;
			}
			
		.info_header{
			background: #0e5894;
			border: 1px solid #CCC;
			margin-top: -5px;
			}

		#info_personal input{
			display: inline;
			border: 1px solid #0e5894;
			font-style: italic;
			color: red;
			}

		.underline{
			border: 0px dotted blue;
			padding-left: 5px;
			width: 90%;
			}

/*Class declaration for radio buttons and labels*/			
		.button{
			border: 1px solid red;
			float:left;
			padding: 1px; 
			text-align: center;
			width: auto;
			max-width:85px;
			}

			.button input{
				}

			.button p{
				margin-top: 2px;
				display: inline;
				}

		.disclaimer{
			color: red;
			}


/*Class declaration for form buttons*/		
.buttons_submit{
	margin-top: 5px;
	border: none;
	background: url('../gfx/btn_send.gif') no-repeat;
	width: 80px;
	height: 40px;
	}
	
	.buttons_submit:hover{
		cursor: pointer;
/*		background: url('../gfx/btn_submit_hover.gif') no-repeat;*/
		}

.buttons_reset{
	margin-top: 5px;
	border: none;
	background: url('../gfx/btn_reset.gif') no-repeat;
	width: 80px;
	height: 40px;
	}
	
	.buttons_reset:hover{
		cursor: pointer;
/*		background: url('../gfx/btn_reset_hover.gif') no-repeat;*/
		}
