body
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 15px;
	color: #4B4B4B;
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	overflow:hidden;
}

td {
	color: #4B4B4B;
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.inputbox {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A21021;
	text-decoration: none;
	height:17px;
}

#container {
	position: absolute;
	background: url(images_trimension/containerbg.jpg) left top;
	width: 1000px;
	height: 400px;	
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -200px;
}

.button {
	cursor:pointer;
	border:0;
	padding:0px 5px 2px 5px;
	text-align:center;
	height: 22px;
	line-height: 20px;
	color:#444444;
	font-size:10px;
	font-weight: normal;
	font-family: Verdana, Tahoma, sans-serif;
	background-color: #transparent;
	background-image: url(images_trimension/button.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #AAAAAA;
	text-align: left;
	overflow: hidden;
    margin: 5px 0px 0px 75px;
	_margin: 5px 0px 0px 77px; /* IE 6 */
	_padding: 0px 5px 0px 5px; /* IE 6 */
	_overflow: visible; /* IE 6 */
}

.main-links, .main-links-hover, .main-links:hover {
		float: left;
		font: 10px "Trebuchet MS", Tahoma, sans-serif;       
        text-decoration: none;
        color: #4B4B4B;
        margin: 0px;
        margin-top: 0px;
        padding-right: 10px;
	    padding-left: 17px;
		padding-top: 2px;
        background: url('images_trimension/btn-sec.gif') top left;
	    background-repeat: no-repeat;
        height: 20px;
	    line-height: 22px;
	    padding-bottom: 0px;
	    padding-top: 0px;
	    border-top: 0px solid #FFFFFF;
}

.main-links-hover, .main-links:hover {
        color: #A21021;
	    text-decoration: none;
		background: url('images_trimension/btn-sec-hover.gif') top left;
	    background-repeat: no-repeat;
}

#main-links-container {
	position: relative;
	width: 700px;
	height: 25px;
	top: 8px;
	left: 760px;
}

#mainbg {
	position: absolute;
	width: 400px;
	height: 209px;
	top: 115px;
	left: 385px;
	line-height:20px;
}

	#mainbg .description {
		position: relative;
		left: 5px;
		width: 400px;
		margin:0px;
	}
	
		h2 {
			font-family: Verdana, Helvetica,sans-serif;
			font-size:16px;
			font-weight:bold;
			padding:0 0 10 0;
			margin:0;
		  	text-align:left;
		  	color:#A21021;
			text-transform:none;
		}
	
	#mainbg img {
		padding-bottom:5px;
	}

#loginbg {
	position: absolute;
	top: 115px;
	left: 795px;
	text-align:left;
	z-index:500;
	line-height:20px;
}

.errormessage {
	color: #FF0000;
	padding: 20px 10px 0px 10px;
}
