body {
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	color: #FFF;
	background-image: url('./images/bg_pattern.png');
	background-position: center center;
	margin: 0;
	padding: 0;
	text-align:center;
}

#content {
	width:100%;
	height:100%;
	border-spacing:0;
	position:absolute;
}
#main, #menu, #box, #left, #right {
	background-image: url('./images/bgpanel.png');
	height: 360px;
}

#main {
	width: 262px;
	font-size:0;
}

#menu,#box {
	background-repeat: no-repeat;
	width: 262px;
	min-width: 262px;
}
#menu{ vertical-align:top; font-size:0; }
#left { background-position: top right; }
#right { background-position: top left; }

#footer {
	vertical-align:top;
	height:10px;
}

table { border-spacing: 0; }

td.border {
	background-image: url('./images/border.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 56px;
	font-size:0;
}
td.border img {margin-right:6px;}

div.pwbox_holder {
	background-image: url('./images/pwbox_holder.png');
	background-repeat: no-repeat;
	width: 183px;
	height: 350px;
	margin: auto;
}

div.pwbox_holder table {
	padding: 21px 0 0 29px;
}

.pwbox_holder img:first-child { margin-bottom:15px; }

td{
	margin:0;
	padding:0;
	empty-cells:show;
	text-align:center;
}


img{border-width:0;}

div.content{
	color:#000;
	border: solid transparent;
	border-width: 8px 10px 14px;
	-moz-border-image:url('./images/document.png') 8 10 14 repeat;
	-webkit-border-image:url('./images/document.png') 8 10 14 repeat;
	border-image: url('./images/document.png') 8 10 14 repeat;
	width:600px;
	padding:4px;
	margin-bottom:4px;
	overflow: hidden;
	text-align: left;
}

/*========== footer elements ==========*/
.copyright {
	clear: both;
	font-size: 75%;
	text-align: center;
}

.cmexcopyright {
	font-size: 75%;
}

.cmexcopyright a {text-decoration: none}
.cmexcopyright a:link {color: #FF9;}
.cmexcopyright a:visited {color: #FF9;}
.cmexcopyright a:hover {color: #FC9;}