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

/* THIS STYLE SHEET IS FOR THE SIGN UP PAGE ONLY */

/* The form starts here */
#group1 input, #group2 input, #group3 input {border: 1px solid #f7a729;height: 20px;} 

fieldset {
	margin-top: 20px;
	border:none;
	border-top: 2px solid #c1c1c8;
}
#group3, #group4, #group5 {	
	border:none;
}
#group5 {
	text-align:right;
}
fieldset a {
	color:#000000;
	padding-right: 10px;
}
fieldset a:hover {
	color:#d79021;
}
#signupform div {
	clear: left;
}
#signupform label {
	font-family:"Courier New", monospace;
	font-weight:normal;
	text-align: right;
	font-size: 100%;
	line-height: 200%;
	float: left;
	width: 100%;
	padding: 4px 0px;
}
#signupform input.txt, #currency {
	margin-left: 20px;
	width: 150px;
}
#signupform input.txt {
	width: 350px;
}
#signupform input.redden,  {
	margin-left: 20px;
	width: 150px;
	border: thin solid #FF0000;
}
#signupform input.redden {
	width: 350px;
	border: thin solid #FF0000;
}
/* STYLE SHEET ENDS */
