/*FORMS*********************************/

.formWrapper p{
	padding:0px 0px 5px 10px;
	color:#fff;
	}
	
.formWrapper{
	width:170px;
	background: #b3ac6d;
	padding:0px 0px 0px 0px;
	margin-top:20px;
	}
	
.styleForm{
	width:146px;
	border:0px;
	background: #cccc99;
	padding:1px 2px 1px 2px;
	margin-left:10px;
	margin-right:10px;
	max-width:inherit;
	margin-bottom:5px;
	}
	
/*.styleForm:hover{
	background-color:#d3ca82;
	}*/
	
.button{
	border:0px;
	background: #cccc99;
	color:#999966;
	padding:2px;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
	}
	
.button:hover{
	background: #d3ca82;
	}
	
div.cornersForm{
	background: url(../images/R2L_Top.jpg) no-repeat top right;
	}
	
div.cornersForm_bottom{
	background: url(../images/R2L_Bottom.jpg) no-repeat top right;
	}
	
div.cornersForm, div.cornersForm_bottom{
	height:5px;
	background-color: #b3ac6d;
}
	/* CSS Document */


