﻿/* CSS Document */

.narrowform{
	padding:0;
	margin:0;
	text-align:left;
	}
.narrowform fieldset{border:none;padding:10px; margin-top:20px; border-top:1px solid #DDD;}
.narrowform legend{font-weight:bold; color:#093}
.narrowform .form_div, .narrowform .form_div_choose, .narrowform .form_div_normal, .narrowform .form_div_des{
	clear:both;
	padding:3px;
	}

.narrowform .form_div label, .narrowform .form_div_choose label, .narrowform .form_div_des label{
	width:70px;
	float:left;
	display:block;
	padding-top:2px;
	}

.narrowform .form_div span, .narrowform .form_div_choose span{
	padding-left:8px;
	color:#F30;
	}

.narrowform .form_div_choose input{width:auto;}
.narrowform .form_div_choose .iptlabel, .narrowform .form_div_des .iptlabel{width:auto; display:inline; padding:0; float:none;}

.narrowform .form_div_btn{
	padding:20px 0 20px 70px;
	}
.narrowform .form_div input, .narrowform .form_div select{
	width:200px;
	}


.narrowform1{
	padding:0;
	margin:0;
	text-align:left;
	}
.narrowform1 fieldset{border:none; border-top:1px solid #DDD;}
.narrowform1 legend{font-weight:bold; color:#093}
.narrowform1 .form_div, .narrowform .form_div_choose, .narrowform .form_div_normal, .narrowform .form_div_des{
	clear:both;
	padding:3px;
	}

.narrowform1 .form_div label, .narrowform .form_div_choose label, .narrowform .form_div_des label{
	width:70px;
	float:left;
	display:block;
	padding-top:2px;
	}

.narrowform1 .form_div span, .narrowform .form_div_choose span{
	padding-left:8px;
	color:#F30;
	}

.narrowform1 .form_div_choose input{width:auto;}
.narrowform1 .form_div_choose .iptlabel, .narrowform .form_div_des .iptlabel{width:auto; display:inline; padding:0; float:none;}

.narrowform1 .form_div_btn{
	padding:20px 0 20px 70px;
	}
.narrowform1 .form_div input, .narrowform .form_div select{
	width:200px;
	}
