body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-align: left;
	width: auto;
	margin:0px;
}

h4 {
	font-size:14px;
}

input {
	background-color: #fff;
}
#signup p {
	padding:0 10px;
	margin-bottom: 0px;
}
#signup td {
	border: 1px solid #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:2px;
}
#signup table {
	border: 1px solid #000099;
	border-collapse:collapse;
	background-color:#e7eff7;
	width:90%;
	margin:auto;
}
#signup .title {
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}
#signup input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF
}
#signup th {
	background-color: #FFCF00;
	color: #000099;
	font-size: 11px;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
#signup select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#signup ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

#signup li {
	background-image: url("/home/images/eye.png");
	background-repeat: no-repeat;
	/* background-position: 0 50%; */
	padding-left: 30px;
	margin: 2px;
	line-height: 1.5em;
}
.register {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffd000), color-stop(1, #ffff00) );
	background:-moz-linear-gradient( center top, #ffd000 5%, #ffff00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd000', endColorstr='#ffff00');
	background-color:#ffd000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #336699;
	display:inline-block;
	color:#336699;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 14px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-top:5px;
}
.register:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffff00), color-stop(1, #ffd000) );
	background:-moz-linear-gradient( center top, #ffff00 5%, #ffd000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#ffd000');
	background-color:#ffff00;
}
.register:active {
	position:relative;
	top:1px;
}
#login label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
#login label {
	float: right;
	font-weight: bold;
}
