@charset "utf-8";

body {
	background-color: #fdfdfd;
}

#login {
	background-color: #e2e2e2;
	width: 314px;
	height: 182px;
	border: 1px solid #787677;
	font-family: Trebuchet MS, Arial, Helvetica ;
	font-size: 13px;
	color: #293348;
	margin-top: 10px;
}

#login.img {
	border: 2px solid red;
	float: right;
}

h3 {
	margin: 15px 20px 20px 20px;
	font-size: 16px;
}

.login {
	width: 188px;
	height: 20px;
	margin-right: 20px;
}

#buttLogin {
	float: right;
	background-image: url(../img/button.gif);
	width: 68px;
	height: 22px;
	text-align: center;
	margin: 2px 20px 0 40px;
}

#buttReset {
	float: right;
	background-image: url(../img/reset.gif);
	width: 190px;
	height: 22px;
	text-align: center;
	margin-right: 20px;
}

#buttRememberPasswordBack, #buttRememberPassword {
    background-image: url("../img/button.gif");
    float: right;
    height: 22px;
    text-align: center;
    width: 68px;
}

#buttRememberPasswordBack {
    margin: 5px 5px 5px 10px;
}

#buttRememberPassword {
	margin: 5px 20px 5px 2px;
}

#buttReset {
    float: right;
    background-image: url(../img/reset.gif);
    width: 190px;
    height: 22px;
    text-align: center;
    margin-right: 20px;
}

.loginb {
	text-decoration: none;
	color: #293348;
	line-height: 22px;
}

.loginb:hover {
    text-decoration: none;
    color: #384663;
    cursor:pointer;
}

.usertext {
	padding-left: 20px;
}

#optimo {
	width: 314px;
	height: 127px;
	background-image: url(../img/optimo.jpg);
	margin-top: 50px;
}

#logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: 126px;
	background-position: bottom center;
	margin-bottom: 10px;
}

#pow1 {
	font-size: 10px;
	margin: 2px 5px 0 0;
	font-weight: normal;
	float: right;
}

#pow1 a {
	text-decoration: underline;
	color: #000000;
}