body, a, td, h1, h2, h3, input, textarea, select {
	font-size:12px; font-family:arial, helvetica, sans-serif;
	color:#656565;
}
input, textarea, select{
	color:#000;
}
body { margin:15px 0px 10px 0px; background-color:#eee; }
body.popup{ margin:10px; background-color:#fff; }

label{ cursor:pointer; }
p { margin-bottom:0px; }


div.page {
	margin:15px auto 0px auto;
	padding:0px;
	width:700px;
	position:relative;
}
div.box {
	background-image:url(../images/box/borders.gif);
	background-repeat:repeat-y;
	background-position:left top;
	background-color:#fff;
	width:700px;
}
div.boxtop {
	height:11px;
	font-size:1px;
	overflow:hidden;
	background-image:url(../images/box/topborder.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
div.sheet {
	width:700px;
	margin:0px auto;
}



div.content {
	padding:0px 8px;
}



div.boxbottom {
	height:15px;
	overflow:hidden;
	background-image:url(../images/box/bottomborder.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}


div.footer {
	margin-top:8px; text-align:center;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
	text-decoration:underline;
}
.footer a:hover {
	color:#B11196;
}
.footer .sep {
	display:inline; margin:auto 3px;
}
div.copyright {
	margin-top:10px; text-align:center; font-size:10px;
}


.bordercontent .ptitle{
	margin-top:0px;
}

div.dboxtop 
{
	height:1px;
	background-image:url(../images/box/dboxtop.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
div.dboxborder 
{
	background-image:url(../images/box/dboxsides.gif);
	background-repeat:repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index:8;
}
div.dboxbottom
{
	z-index:8;
	height:7px;
	background-image:url(../images/box/dboxbottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	clear:both;
}


