body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

form
{
    margin: 0px;
    padding: 0px;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearField {
	clear: both;
}

img {
	border: none;
}

#container {
	width: 581px;
	margin: auto;
	margin-top: 30px;
}

.logo {
	background: url(../img/logo.jpg) no-repeat;
	width: 581px;
	height: 113px;
	padding-bottom: 20px;
}

.topCorner {
	background: url(../img/topCorner.gif) no-repeat center;
	width: 581px;
	height: 14px
}

* html #top {
	margin-left: 2px;
}	

#leftSide {
	float: left;
	width: 380px;
	border-right: 1px solid #ccc;
}

#rightSide {
	float: left;
	width: 140px;
	margin-top: -18px;
	margin-left: 20px;
}

.loginBody {
	background: url(../img/login_body.gif) repeat-y center;
	width: 581px;
	/*height: 230px;*/
}

* html .loginBody {
	margin-top: -1px;
}

.loginBody .innerContainer {
	padding: 15px;
}

.loginBody .innerContainer h1 {
	margin-bottom: 20px;
}

.loginBody .fieldTitle {
	width: 215px;
	float: left;
}

.loginBody .loginBtn {
	margin-right: 40px;
}

.bottomCorner {
	background: url(../img/bottomCorner.gif) no-repeat center;
	width: 581px;
	height: 14px
}

.statusmessage
{
    color: #FF0000;
    clear: both;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
}
label
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

}
label.default
{
    color: #666666;
}
label.ok
{
    color: #108141;
}
label.not_ok
{
    color: #cc0000;
}
input.input
{
    float: left;
    width: 250px;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    font-weight: bold;
}
input.default
{
    border: 3px solid #DDDDDD;
}
input.ok
{
    border: 3px solid #108141;
}
input.not_ok
{
    border: 3px solid #cc0000;
}
div.messageicon
{
    float: left;
    width: 19px;
    height: 30px;
    margin-left: 10px;
}
div.messageicon div
{
    width: 19px;
    height: 30px;
}
.messageicon .ok
{
    background-image: url(../img/ok.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.messageicon .not_ok
{
    background-image: url(../img/not_ok.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
div.message
{
    clear: both;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;

}
.message .ok
{
    color: #108141;
}
.message .not_ok
{
    color: #cc0000;
}

.loginMargin {
	margin-left: 55px;
}

.registerMargin {
	margin-left: 148px;
}