﻿/* CSS Document */
______HTML Styles__________ {}
______Corner Styles__________ {}
.roundedboxesrdp {
	float: left;
	width: 480px;
	background-color: #ebebeb;
	margin: 0px 0px 20px 0px;
}
.cornerheader01 h3 {
	margin: 4px 0 0 0;
}
.boxheader .boxleft {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
.boxheader .boxright {
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
}
.boxfooter .boxleft {
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.boxfooter .boxright {
	float: right;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contentheader .boxheader, #contentheader02 .boxheader {
	background-image: url(/template/images/lineH.gif);
	background-repeat: repeat-x;
	height: 14px;
}
.contentarea .boxheader {
	background-image: url(/template/images/lineH.gif);
	background-repeat: repeat-x;
	height: 6px;
}
#contentheader .boxleft, #contentheader02 .boxleft {
	background-image: url(/template/images/TLcorner.gif);
	height: 14px;
	width: 10px;
}
#contentheader .boxright, #contentheader02 .boxright {
	background-image: url(/template/images/TRcorner.gif);
	height: 14px;
	width: 10px;
}
#contentheader .boxbody, #contentheader02 .boxbody {
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;	
}
.noborder .boxheader .boxleft {
	background-image: url(/template/images/TLcorner2.gif);
	height: 6px;
	width: 10px;
}
.noborder .boxheader .boxright {
	background-image: url(/template/images/TRcorner2.gif);
	height: 6px;
	width: 10px;
}
.noborder .boxfooter .boxleft {
	background-image: url(/template/images/BLcorner2.gif);
	width: 6px;
	height: 6px;
}
.noborder .boxfooter .boxright {
	background-image: url(/template/images/BRcorner2.gif);
	width: 6px;
	height: 6px;
}
______Error Styles__________ {}
#error {
	float: left;
	width: 480px;
	margin: 70px 0px 0px 174px;
	display:inline;
}
.errortext {
	float:left;
	margin: 0px 0px 0px 10px;
}
