/* CSS Document */
@charset "UTF-8";

.medium {
	width:175px;
	height:17px;
	background-color:#FFFFFF;
	border:#999999 1px solid;
	padding:4px;
}

.large {
	width:350px;
	height:17px;
	background-color:#FFFFFF;
	border:#999999 1px solid;
	padding:4px;
}



form p{ 
	/*float:right;
	clear:right;*/
}

form ul{ list-style:none;}
form ul li {float:right;}

#content-right form ul li p{ margin:0 0 10px 0; padding:0px;}

input, select{
	width:240px;
	padding:4px; border:1px #ccc dotted;
	color:#333;
	background:#fff; 
}

select {
	width:250px;
}

textarea{
	width:360px; height:150px;
	border:1px #ccc dotted;
	background:#fff;
}

.btn-submit{
	height:24px;
	width:100px;
	margin:1px; padding:0px 15px 0px 15px; border:1px #72412c solid;
	color:#fff;
	background:#c10907;
}

.btn2{
	height:24px;
	margin:1px; padding:0px 15px 0px 15px; border:1px #72412c solid;
	color:#fff;
	background:#c10907;
	width:180px;
}