.register-form {
	float:left;
	padding:0pt 0pt 5px 5px;
}

.form-body {
	background-color:#eeeeee;
	/*
	background-image:url(../images/curve.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	*/
	float:left;
	padding:10px;
	padding-right:0;
	width:371px;
	border: 1px solid black;
}

.register-form .form-body {
	/*margin-left:10px;*/
	width:467px;
}

.register-intro {
	float:left;
	margin-left:10px;
	width:467px;
}

.register-header {
	border-bottom:1px solid #eeeeee;
	float:left;
	width:467px;
}

.register-header h1 {
	color:#666666;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	line-height:30px;
	width:200px;
}

.formRow {
	clear:both;
	float:left;
	font-family:Arial;
	font-size: 12px;
	margin:5px 0pt 0pt 0px;
	width:455px;
}

.formRowLabel {
	float:left;
	font-family: Arial;
	font-size: 12px;
	text-align:right;
	width:90px;
	margin-top: 2px;
}

.formRowStar {
	color:red;
	float:left;
	font-family: Arial;
	font-size: 12px;
	text-align:center;
	width:15px;
}

.formRowInput {
	float:left;
	font-family: Arial;
	font-size: 12px;
}

.formRowInput input {
	border:1px solid #666666;
	padding:3px;
	width:160px;
	font-family: Arial;
	font-size: 12px;
}

.formRowInput select {
	border:1px solid #666666;
	padding:3px;
	width:168px;
	font-family: Arial;
	font-size: 12px;
}

.formRowComment {
	/*float:left;*/
	padding-left:280px;
	color: #000000;
	padding-bottom: 5px;
	/*padding-top: 2px;*/
}

.formButton {
	float:right;
}

.search-button {
	float:right;
	width:67px; 
	height:17px; 
	border:0px; 
	padding-right: 10px;
}

.formButton input#btn_search {
	background-image: url('../images/btn-search.gif'); 
	background-position:left center; 
	background-repeat:no-repeat; 
}

.formButton input#btn_save {
	background-image: url('../images/save.gif'); 
	background-position:left center; 
	background-repeat:no-repeat; 
}

