html, body {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background:#eeeeee;
	overflow-x:hidden;
	overflow-y:hidden;
}

/* .loginContainer {
	width: 457px; 672px;
	height: 296px; 297px;
	background:url(../images/bgContainerLogin.png) no-repeat;
	margin: 0px auto 0 auto;
	padding: 40px;
}
 */
img {
	border: none;
}

.clear {
	clear: both;
}

h1 {
	font: bold 16px Arial;
	color: #3b3b3b;	
	padding: 0px;
}

h1 strong {
	font: bold 16px Arial;
}

a {
	color: #000000;
	text-decoration:none;
	font:12px Arial;
}

a:hover {
	color: #10B910;
	text-decoration:none;
	font-weight:bold;
}

input[type=text] {
	border: 1px solid #c1c1c1;
}

.btnForm {
	padding: 5px 8px;
	color: #252525;
	background:url(../images/bgButton_yellow.jpg) top repeat-x #dcc34d;
	cursor: pointer;
	font: bold 13px Arial;
	border: 1px solid #d1b427;
	border-radius: 2px;
	float: right;
}

.btnForm:hover {
	background: #f6d950;
	border: 1px solid #eccc36;
}

.width315 {
	width: 309px;
	height: 24px;
	font: normal 16px Arial;
	padding: 3px;
}

.width180 {
	width: 180px;
}

.width200 {
	width: 200px;
}