/************************
	form_sell.css
***************************/

h1{
	font-size				: 21px;
	line-height				: 36px;
	color					: #f39700;
	padding					: 0 0 5px 0;
	text-align				: left;
	font-weight				: normal;
}

p#text{
	font-size				: 14px;
	line-height				: 30px;
	color					: #595757;
	padding					: 20px 0 30px 0;
}

h2{
	font-size				: 15px;
	color					: #595757;
	line-height				: 16px;
	border-left				: solid 5px #595757;
}

h2.user_info{
	margin-top				: 30px;
}

table#form{
	margin					: 15px 0 0 0;
	width					: 720px;
}

td.f_left{
	background-color		: #efeff0;
	color					: #595757;
	border					: solid 1px #000;
	width					: 140px;
	font-size				: 14px;
	line-height				: 26px;
	padding					: 10px 0 8px 10px;
}

td.f_right{
	color					: #595757;
	border					: solid 1px #000;
	font-size				: 15px;
	line-height				: 25px;
	padding					: 10px 0 8px 30px;
}

td.s_type{
	color					: #595757;
	border					: solid 1px #000;
	font-size				: 15px;
	line-height				: 25px;
	padding					: 10px 0 8px 10px;
	border					: solid 1px #000;
}

span.small{
	font-weight				: normal;
	font-size				: 12px;
}

input.TextInput{
	width					: 500px;
}

input.TextInput_short{
	width					: 80px;
	margin-right			: 5px;
}

input.TextInput_middle{
	width					: 180px;
	margin-right			: 5px;
}

input.TextInput_middle_2{
	width					: 350px;
	margin-right			: 5px;
}

div#button_box{
	padding					: 50px 0 50px 0;
	text-align				: center;
}

input.btn{
	font-size				: 12px;
	padding					: 7px 10px 5px 13px;
	color					: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #f8b653), color-stop(0.50, #f39801), color-stop(0.09, #f8b653));
	background: -webkit-linear-gradient(top, #f8b653 9%, #f39801 50%, #f8b653 95%);
	background: -moz-linear-gradient(top, #f8b653 9%, #f39801 50%, #f8b653 95%);
	background: -o-linear-gradient(top, #f8b653 9%, #f39801 50%, #f8b653 95%);
	background: -ms-linear-gradient(top, #f8b653 9%, #f39801 50%, #f8b653 95%);
	background: linear-gradient(to bottom, #f8b653 9%, #f39801 50%, #f8b653 95%);
	border-radius			: 5px;
	border-style			: none;
}

input.btn:hover{
	opacity					: 0.8;
}

div#bottom_tel_box{
	border-radius			: 5px;
	border					: solid 1px #00773d;
	background-color		: #f6faed;
	text-align				: center;
	
	padding					: 17px 10px 10px 10px;
}

