﻿
.box > .headingLogin {
	height: 40px;
	background: url('/images/box_center.png') repeat-x;
	margin-bottom: 0px;
}

.box > .headingLogin h1 {
	background-position:  2px 9px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 11px 0px 11px 0px;
	color: #522D12;
	font-size: 15px;
	text-align:center;
}

.box > .headingLogin .content {
	padding: 10px;
	border-left: 1px solid #E2D2B8;
	border-right: 1px solid #E2D2B8;
	border-bottom: 1px solid #E2D2B8;
	min-height: 200px;
}

.box > .content table {
    /*    margin-top:40px;*/
}

.box > .content a {
        text-decoration: none;
}

