/*client page elements drawing from mySQL db */
.cData {
	font-size: 12px;
	float: left;
	height: auto;
	width: auto;
	margin:0px;
	margin-top: 5px;
}

.dData span{
	font-size: 14px;
	height: auto;
	width: auto;
}

.cData h4, .cData p{
	margin: 0px;
}

.cPic {
	margin-right:5px;
	margin-bottom:2px;
	float:left;
}

.cTopBox {
	margin:0px;
	background-image:  url(../images/cornLftT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#cRtTop div {
	margin:0px;
	line-height:0px;
	background-image:  url(../images/cornRtT.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#cbotBox {
	margin:0px;
	background-image:  url(../images/cornLftB.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#cbotBox div {
	margin:0px;
	line-height:0px;
	background-image:  url(../images/cornRtB.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.formError{
	font-size:10px;
	margin:0px;
	letter-spacing:0px;
	color:#990000;
}

#wrap{
	background-image:url(images/cog.png) !important;
	background-position:390px 0px;
	background-repeat:no-repeat;
	width:595px;
	}
