body,td,a,p,input,textarea {
	font-family: Georgia, "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #3A3A3A;
}
td,input,textarea {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}
html, body {
	height: 100%;
}
.wrapper {
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 90%;
	margin: 0 auto -40px;
}
.push {
	height: 40px;
}
.footer {
	text-align: center;
	border-top: 1px solid #C9C9C9;
	margin: 0px auto;
	width: 90%;
	height: 39px;
}
.login-form {
	width: 274px;
	padding: 12px;
	margin: 0 auto;
	text-align: left;
}
input {
	border: 1px #959595 solid;
	padding: 2px;
}
input[type="submit"],input[type="button"] {
	border: 0px none;
	background-color: #499c00;
	color: white;
	padding: 4px 20px;
	font-weight: bold;
	cursor:pointer;
}
.input-field {
	position: relative;
	line-height: 2.2em;
}
.input-label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
}

.input-element {
	float: left;
}
a:link,a:visited,a:active {
	color: #499c00;
	text-decoration: none;
}

a:hover {
	color: #C98200;
	text-decoration: underline;
}
div.message {
	color: red;
	font-size: 1em;
	margin-top: 10px;
}
/*
body, td, a, p, input  {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	letter-spacing: 0.01em;
}

strong {
	font-weight: bold;
}

.content-wrapper {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

a:link {
	color: #FFA500;
	text-decoration: none;
	border: none;
}

a:visited {
	color: #FFA500;
	text-decoration: none;
	border: none;
}

a:active {
	color: #FFA500;
	border: none;
}

a:hover {
	color: #C98200;
	text-decoration: underline;
	border: none;
}

.clear {
	clear: both;
}

.login-form {
	background-color: #e1e1e1;
	border: 1px #959595 solid;
	width: 274px;
	padding: 12px;
	margin: 0 auto 20px auto;
	text-align: left;
}

*/
