#container {
	width:360px;
	margin:0;
	margin-left:80px;
}

fieldset {
	border:0;
	margin:auto;
	padding:20px;
}


label {
	width:90px;
	height:22px;
	float:left;
	display: block;
	font-weight: normal;
	font-size:13px;
	color:#4c4c4c;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.form {
	margin:0;
	padding:0;
}


.div_texbox {
	width:220px;
	height:22px;
	float:right;
}

.div_texbox2 {
	width:140px;
	height:22px;
	float:right;
}

.textbox {
	width:100%;
	color: #4c4c4c;
	background-color:#ffffff;
	font-size:13px;
	height:16px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	border:1px solid #c3c3c3;
	background-image:url(images/formfield_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.textbox:focus, .textbox:hover {
	background-color:#f1f1f1;
	background-image:none;
	border:1px solid #999999;
}

.div_selectbox {
	width:220px;
	height:24px;
	float:right;
}

.selectbox {
	width:100%;
	color: #4c4c4c;
	background-color:#ffffff;
	font-size:13px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	border:1px solid #c3c3c3;
	background-image:url(images/formfield_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	
}
.selectbox:focus, .selectbox:hover {
	background-color:#f1f1f1;
	background-image:none;
	border:1px solid #999999;
}

.div_texarea {
	width:220px;
	height:76px;
	float:right;
}

.textarea {
	width:100%;
	color: #4c4c4c;
	background-color:#ffffff;
	font-size:13px;
	height:70px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	border:1px solid #c3c3c3;
	background-image:url(images/formfield_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.textarea:focus, .textarea:hover {
	background-color:#f1f1f1;
	background-image:none;
	border:1px solid #999999;
}

.button_div {
	width:280px;
	float:right;
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:5px 0px 3px;
}

.buttons {
	font-size:13px; 
	color: #ffffff; 
	padding: 4px 14px;
	text-decoration: none;
	cursor: pointer;
	background-image:url(images/nav-bg.gif);
	background-repeat:repeat-x;
	border:0;
}

.buttons:hover { 
	color:#76c714;
	background-color:#050505;
	background-image:none;
	background-repeat:repeat-x;
	border:0;
}
