/* @override 
	http://localhost/zipfo2/html/css/client.css
	http://192.168.1.100/zipfo2/html/css/client.css
	http://localhost/zipfo/html/css/client.css
*/

body {
	background-color: white;
	font-size: 13px;
	font-family: "Lucida Grande",Verdana,Geneva,Sans-serif;
	line-height: 1.6em;
}

span.no_account_label {
	position: relative;
	top: -13px;
	left: 5px;
}

#container {
	width: 440px;
	margin: 0px auto;
}

.form_input {
	width: 98%;
	padding: 2px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	/*color: #333333;
	border: 1px dotted #333333;*/
}

h1 {
	color: #003798;
	background-color: #e5eeff;
	margin:0pt 0pt 15px;
	padding: 3px 2px 3px 10px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.form_submit {
	margin-top: 7px;
}

.form_comment {
	font-size: 9px;
	font-style: italic;
}

.group_desc {
	font-style: italic;
	color: #656565;
}

#verify_error {
	padding-left: 5px;
	font-size: 11px;
	color: red;
}

/*form errors*/
.error {
	font-size: 12px;
	background:transparent url(../public/shared/images/error.png) no-repeat scroll left top;
	color:#FF3300;
	font-weight:bold;
	padding-left:18px;
}

img {
	border: none;
}
