/************************
	form_buy.css
***************************/

h1{
	font-size				: 21px;
	line-height				: 36px;
	color					: #c37bb1;
	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;
}

p#text_2{
	font-size				: 12px;
	line-height				: 24px;
	color					: #595757;
}

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

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

table#form{
	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;
}

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

input.TextInput{
	width					: 500px;
}

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

input.TextInput_middle{
	width					: 130px;
	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, #d2a1c8), color-stop(0.50, #c47db2), color-stop(0.09, #d09cc5));
	background: -webkit-linear-gradient(top, #d09cc5 9%, #c47db2 50%, #d2a1c8 95%);
	background: -moz-linear-gradient(top, #d09cc5 9%, #c47db2 50%, #d2a1c8 95%);
	background: -o-linear-gradient(top, #d09cc5 9%, #c47db2 50%, #d2a1c8 95%);
	background: -ms-linear-gradient(top, #d09cc5 9%, #c47db2 50%, #d2a1c8 95%);
	background: linear-gradient(to bottom, #d09cc5 9%, #c47db2 50%, #d2a1c8 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;
}


