/* CSS Document */
.quick_form{font-family:Tahoma; width: 545px; font-size:11px; position:absolute; display: none; z-index: 100;}
.quick_form .top{
	background-image:url(../images/form/quick_fr_top.png); 
	background-repeat:no-repeat;
	height:318px;
	}	
	
.quick_form .closeform{
	background-repeat: no-repeat;
	background-position: right;
	text-align:right;
	width: 100%;
	height: 20px;
	position: relative;
	top: 60px;
	right: 40px;
}
	
.quick_form .middle{
	background-image:url(../images/form/quick_fr_bg.png);
	}	
.quick_form .bottom{
	background-image:url(../images/form/quick_fr_bottom.png);
	background-repeat:no-repeat;
	height: 73px;}

.quick_form .div_field{margin-top:115px;}

.quick_form input{
	background-image:url(../images/form/input_243_25.png); 
	background-repeat:no-repeat;
	border:none;
	line-height:normal;
	width: 238px;
	height:24px;
	padding:2px 1px 0px 7px;
	margin:0 0 0 0;
	}

.quick_form textarea{
	background-image:url(../images/form/textarea_243_71.png); 
	background-repeat:no-repeat;
	border:none;
	line-height:normal;
	width: 238px;
	height:69px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding:2px 0px 0px 7px;
	margin:0 0 0 0;}
	
.quick_form .buttom_sent{width:200px; height: 40px; margin-top: 10px; border: 1px solid #999999;}
	
.quick_form	#div_upload{padding-left:55px;}
.quick_form #upload_file{padding-top:3px; padding-right:30px;}
.quick_form .list {BORDER-COLLAPSE: collapse;}
table.list th {}
.list TH {BORDER-RIGHT: #bababd 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #bababd 1px solid; PADDING-LEFT: 2px; BACKGROUND: #e9e9f2; PADDING-BOTTOM: 2px; BORDER-LEFT: #bababd 1px solid; COLOR: #404040; PADDING-TOP: 2px; BORDER-BOTTOM: #bababd 1px solid; WHITE-SPACE: nowrap}
.list TD {BORDER-RIGHT: #bababd 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #bababd 1px solid; PADDING-LEFT: 2px; BACKGROUND: #ffffff; PADDING-BOTTOM: 2px; BORDER-LEFT: #bababd 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #bababd 1px solid}


