body, a, input, select{
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}

#Main{
	width: 445px;
	margin: 20px auto;
}

#Left{
	width: 220px;
	height: 300px;
	float: left;
	text-align: center;
	border: solid 1px #CCCCCC;
	background-color: #ffffff;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
}

#Left img{
	margin-top: 20px;
}

#Left div{
	margin: 10px;
	text-align: left;
}

#Right{
	width: 220px;
	height: 300px;
	float: left;
	border: solid 1px #CCCCCC;
	border-left: none;
	background-color: #EFEFEF;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}

#Right p{
	font-size: 19px;
}

#Right #LoginForm{
	margin: 10px;
}

#Right #LoginForm div{
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 2px 0;
}

#Right #LoginForm input, select
{
	width: 190px;
	display: block;
}

#Right #LoginForm .Button{
	margin-top: 20px;
	width: auto;
}

#Main #Bottom{
	text-align: right;
	margin-top: 10px;
}

#Bottom {
	margin-right: 10px;
}

#Bottom a {
	text-decoration: none;
}

a, a:link, a:active, a:visited, {
	text-decoration: underline;
	color: #000000;
}

a:hover{
	text-decoration: none;
}