﻿form.form{
	margin: 0px;
	padding: 0px;
}
div.form_row{
	clear: both;
	margin-bottom: 5px;
}
div.form_about200{
	float: left;
	width: 200px;
	height: 15px;
	padding: 5px 10px 5px 10px;
	text-align: right;
	color: rgb(150,150,150);
	margin-bottom: 5px;
}
div.form_about140{
	float: left;
	width: 140px;
	height: 15px;
	padding: 5px 10px 5px 10px;
	text-align: right;
	color: rgb(150,150,150);
	margin-bottom: 5px;
}
div.form_about70{
	float: left;
	width: 70px;
	height: 15px;
	padding: 5px 10px 5px 10px;
	text-align: right;
	color: rgb(150,150,150);
	margin-bottom: 5px;
}
div.form_about{
	float: left;
	height: 15px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	color: rgb(150,150,150);
	margin-bottom: 5px;
}
div.form_hint{
	float: left;
	height: 15px;
	padding: 5px 5px 5px 10px;
	text-align: left;
	color: rgb(150,170,255);
}
div.text100_bg{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: 100px;
	height: 25px;
	background-image: url('../images/form_text100.png');
	background-repeat: no-repeat:
	float: left;
}
input.text100{
	width: 92px;
	height: 17px;
	color: rgb(50,50,50);
	background-color: transparent;
	border-width: 0px;
	margin: 0px;
	padding: 4px 4px 4px 4px;
}
div.text150_bg{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: 150px;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url('../images/form_text150.png');
	background-repeat: no-repeat:
	float: left;
}
input.text150{
	width: 142px;
	height: 17px;
	color: rgb(50,50,50);
	border-width: 0px;
	background-color: transparent;
	margin: 0px;
	padding: 4px 4px 4px 4px;
}
div.text300_bg{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: 300px;
	height: 25px;
	background-image: url('../images/form_text300.png');
	background-repeat: no-repeat;
	float: left;
}
input.text300{
	width: 292px;
	height: 17px;
	color: rgb(50,50,50);
	border-width: 0px;
	background-color: transparent;
	margin: 0px;
	padding: 4px 4px 4px 4px;
}

div.text500x360_bg{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: 516px;
	height: 376px;
	background-image: url('../images/form_textarea500x360.png');
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 5px;
}
textarea.text500x360{
	width: 512px;
	height: 372px;
	color: rgb(50,50,50);
	border-width: 0px;
	background-color: transparent;
	overflow: scroll;
	margin: 4px 0px 0px 4px;
	padding: 0px;
	text-aling: justify;
}

div.text300x200_bg{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: 316px;
	height: 216px;
	background-image: url('../images/form_textarea300x200.png');
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 5px;
}
textarea.text300x200{
	width: 312px;
	height: 212px;
	color: rgb(50,50,50);
	border-width: 0px;
	background-color: transparent;
	overflow: scroll;
	margin: 4px 0px 0px 4px;
	padding: 0px;
	text-aling: justify;
}

input.selectfile{
	border: 1px solid rgb(200,200,200);
	height: 25px;
	color: rgb(50,50,50);
	margin: 0px;
}

input.submit50{
	background-image: url('../images/form_button50.png');
	background-repeat: no-repeat;
	color: rgb(255,255,220);
	border-width: 0px;
	width: 50px;
	height: 25px;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
}
input.submit50_over{
	background-image: url('../images/form_button50_over.png');
	background-repeat: no-repeat;
}
input.submit100{
	background-image: url('../images/form_button100.png');
	background-repeat: no-repeat;
	color: rgb(255,255,220);
	border-width: 0px;
	width: 100px;
	height: 25px;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
}
input.submit100_over{
	background-image: url('../images/form_button100_over.png');
	background-repeat: no-repeat;
}
input.submit150{
	background-image: url('../images/form_button150.png');
	background-repeat: no-repeat;
	color: rgb(255,255,220);
	border-width: 0px;
	width: 150px;
	height: 25px;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
}
input.submit150_over{
	background-image: url('../images/form_button150_over.png');
	background-repeat: no-repeat;
}
select.select15{
	width: 150px;
	margin: 0px;
	border: 1px solid rgb(200,200,200);
	color: rgb(0,0,0);
	padding-left: 5px;
	font-size: 10px;
}