/*.form {
	padding:0 0 0 11px;
	text-align:left;
	height:248px;
	background:url("/images/form-left.png") top left no-repeat;
	font-size:small;
}

#form-top-right {
	background:url("/images/form-right.png") top right no-repeat;
	margin:0;
	padding:5px 0 0 10px;
}

#form-bottom-left {
	margin:0 0 0 -11px;
	padding-left:11px;
	background:url("/images/form-left.png") bottom left no-repeat;
}
#form-bottom-right {
	display:block;
	text-align:right;
	padding:0 10px 10px 0;
	background:url("/images/form-right.png") bottom right no-repeat;
	margin-top:-1px;
}

#form-middle {
	margin:0px 1px 0px 0px;
	border:1px solid #ff1515;
	border-width: 0px 2px 0px 0px;
	height:183px;
	padding-top:10px;
}*/
.form_row {
	  clear: both;
	  margin: 0px;
}
.form label {
	  width:88px;
	  float:left;
	  height:1.5em;
	  padding-right:10px;
	  margin:3px 0px;
}
.form input {
	    width:227px;
	    clear:right;
}
#submit{
	    width: 113px; height: 20px;
	    margin-right:0px;
	    margin-left:auto;
}
.form {
	background: url('/images/form.box.png') no-repeat;
	height:350px;
	width:350px;
	padding:11px;
	margin-left:15px;
	text-align:left;
/* 	height:248px; */
	font-size:small;
/* 	border:2px solid red; */
}

