body {
	margin-top: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

.main_body {
	margin-top: 10px;
	background-color: #fff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 190px;
}

table.moduletable th {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	height: 21px;
	line-height: 21px;
	letter-spacing: 1px;
	color: #666666;
	padding-bottom: 10px;
}

.inputbox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #666;
	border-right: 1px solid #ddd;
	border-top: 1px solid #666;
	color: #333;
	margin-bottom: 5px;
	margin-left: 0;
	margin-top: 5px;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
margin: 1px;
overflow:visible;
	cursor: pointer;
	padding: 3px;
	border: 1px solid #333;
	background: url(../images/button_bg.png) repeat-x #ccc;
	color: #000;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover {
	border: 1px solid #000;
	background: #e6e6e6;
	color: #4055A6;
}

a:link, a:visited {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #000;
}

input#mod_login_username {
	background: #ffffff url('../images/user.gif') no-repeat center left;
	letter-spacing: 0.15em;
}
input#mod_login_password {
	background: #ffffff url('../images/pass.gif') no-repeat center left;
	letter-spacing: 0.15em;
}
                    