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

#frm{
	background:url(images/style1_bg.gif) left top repeat-x;
	width:230px;
	padding:10px;
	margin-top: 10px;
	border:#CCCCCC 1px solid;
	float: left;
}
label,input {
	display: block;
	width: 130px;
	float: left;
	margin-bottom: 15px;
}

label {
	text-align: left;
	width: 75px;
	padding-right: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

br {
	clear: left;
}

