body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
form, table, tr, td, input, h1, h2, ul, ol, li, select {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 10px;
	line-height: 18px;
	text-align: justify;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
}
li {
	list-style: none;
}
br.clearFloat {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;	
}

/* ---------- Layout styles ---------- */

#siteWrap {
	width: 995px;
	margin: 0px auto;
}
#siteWrap #contentLeftWrap {
	width: 230px;
	float: left;
}
#siteWrap #contentRightWrap {
	width: 750px;
	margin-left: 15px;
	float: left;
}

/* ---------- Lekerekítés styles ---------- */

.boxRoundTopRight {
	width: 4px;
	height: 4px;
	background: url(http://www.promousbdrive.com/ro/images/box/rounded_edges.png) 0px -4px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}
.boxRoundTopLeft {
	width: 4px;
	height: 4px;
	background: url(http://www.promousbdrive.com/ro/images/box/rounded_edges.png) 0px 0px no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
.boxRoundBottomRight {
	width: 4px;
	height: 4px;
	background: url(http://www.promousbdrive.com/ro/images/box/rounded_edges.png) 0px -12px no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.boxRoundBottomLeft {
	width: 4px;
	height: 4px;
	background: url(http://www.promousbdrive.com/ro/images/box/rounded_edges.png) 0px -8px no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* ---------- Error styles ---------- */

#siteErrorTitleRed {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
#siteErrorTitleGreen {
	color: #390;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
#siteErrorTitleText {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}