div#mainLeft {
	width:270px;
	height:200px;
	float:left;
}

div#mainRight {
	height:300px;
	width: 528px;
	float:right;
	background:#FFFFFF;
	margin-bottom:50px;
	color:#6D869F;
}

div#main {
	margin:40px auto 50px;
	width:auto;
	text-align:left;
	background:url(/images/site/image.png) top left no-repeat;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

div#mainRight table {
	border:1px solid #8BADCE;
	width:100%;
	margin:0 auto;
	padding:2px;
	margin-top:30px;
}

div#mainRight table td {
	padding:10px;
}

div#mainRight table td.head {
	padding:20px 5px 20px;
	text-align: center;
	background: #FFFFFF;
}

div#mainRight input {
	width:90%;
	padding:8px;
	border:1px solid #FFCC7A;
	font-size:13px;
	color:#5F9154;
}

div#mainRight input:focus {
	background:#FFEFD5;
}

div#mainRight table td.left {
	text-align: right;
	padding-right:35px;
	width:120px;
}
