html
{
	background: #FFFFFF;
}

body
{
	margin: 0;
	padding: 8px 10px 10px 10px;
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

img {
	border: 0;
	behavior: url(scripts/iepngfix.htc);
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	line-height: 10px;
}

a {
	color: #4AAA42;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #4AAA42;
	text-decoration: underline
}

#leftCol
{
	position: absolute;
	width: 265px;
	font-size: 12px;
	color:#666666;
	text-align:center;
	
}

#rightCol
{
	position: absolute;
	left: 275px;
	width: 580px;
}

#identity
{
	text-align: center;
	height: 56px;
}

.rbox
{
	position: relative;
	background: #4AAA42; 
	border: 3px solid #4AAA42; 
	margin: 15px;
	padding: 10px;
}

.pbox
{
	position: relative;
	background: #FFFFFF; 
	border: 3px solid #FFFFFF; 
	margin: 15px;
	padding: 10px;
}

.head
{
	font-size: 12px;
	line-height: 56px;
	font-weight: bold;
}

.rbox .tl, .rbox .tr, .rbox .bl, .rbox .br {
	position: absolute;
	background: url(../images/ui/corner.gif) no-repeat top left;
	width: 15px;
	height: 15px;
}

.rbox .tl {
	top: -5px;
	left: -5px;
	background-position: top left;
}

.rbox .tr {
	top: -5px;
	right: -5px;
	background-position: top right;
}

.rbox .bl {
	bottom: -5px;
	left: -5px;
	background-position: bottom left;
}

.rbox .br {
	bottom: -5px;
	right: -5px;
	background-position: bottom right;
}