@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	}

.main_wrapper{
	background:url(../images/request_bg.png) no-repeat;
	height:380px;
	width:596px;
	padding:20px 0 0 40px;
	margin:0 0 0 13px
	}
*html .main_wrapper{
padding:10px 0 0 40px;
}	
.content_wrapper{
	width:369px;
	height:auto;
	margin-bottom:2px;
	clear:both;
	}
.content_wrapper p{
	margin:0 0 0 -5px !important;
}
.text-input{
	background:url(../images/txtbox_big.png) no-repeat;
	background-position:right;
	height:16px;
	width:359px;
	}
	
.txtbox_small{
	background:url(../images/txtbox_small.png) no-repeat;
	background-position:right;
	height:16px;
	width:168px;
	padding:5px;
	}
	
.txtbox_small_wrapper_left{
	height:auto;
	width:178px;
	float:left;
	margin-bottom:2px;
	}
	
.txtbox_small_wrapper_right{
	height:auto;
	width:178px;
	float:right;
	margin-bottom:2px;
	}
	
.important_field_wrapper{
	height:auto;
	width:auto;
	float:right;
	}
	
a.btn_reset{
	behavior:url(iepngfix.htc);
	background:url(../images/btn_reset.png) no-repeat top;
	background-position:top;
	cursor:pointer;
	display:block;
	height:30px;
	width:117px;
	float:left;
	margin-right:10px;
	}

a.btn_reset:hover{
	behavior:url(iepngfix.htc);
	background:url(../images/btn_reset.png) no-repeat bottom;
	display:block;
	height:30px;
	width:117px;
	float:left;
	margin-right:10px;
	}
	
a.btn_send{
	behavior:url(iepngfix.htc);
	background:url(../images/btn_send.png) no-repeat top;
	cursor:pointer;
	display:block;
	height:30px;
	width:117px;
	float:left;
	}

a.btn_send:hover{
	behavior:url(iepngfix.htc);
	background:url(../images/btn_send.png) no-repeat bottom;
	display:block;
	height:30px;
	width:117px;
	float:left;
	}