body{
	/*margin-left: 5px;*/
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding:0px;
}
#adComBox{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -215px;
	margin-top: -180px;
	width: 430px;
	height: 229px;
	background: url(../images/adComBoxBg.png) top left no-repeat;
	padding: 10px 0 0 10px;
	display: none;
	z-index: 2;
}

#adComBox table{
	width: 390px;
	height: 210px;
	margin: 0 10px 10px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #444;
}

#adComBox table td.titlu{ 
	font: bold 17px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
	color: #092F68;
}

#adComBox textarea{
	height: 150px;
	width: 380px;
	border: 1px solid #7AA2C9;
}

#adComBox input{
	border: 1px solid #7AA2C9;
	font-size: 13px;
	color:#000000;
}

img.captcha{
	position: relative;
	bottom: -5px;
}

img.closeBtt{
	cursor: pointer;
	position: absolute;
	left: 390px;
	top: 13px;
	z-index: 3;
	float: right;
}

.disabledLink{
	color: #999999;
	cursor: default;
	text-decoration: none;
}

#over{
	position: absolute;
	top: 0;
	left: 0;
	background: #ccc;
	width: 100%;
	height: 900px;
	z-index: 1;
	display: none;
	/* for IE */
	filter:alpha(opacity=5);
	/* CSS3 standard */
	opacity:0.05;
}

#adComBox .disabled{
	background: #eee;
}

#testArea{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
}
input#adComBtt{
	background: url("../images/bttNormal.gif") center center repeat-x;
	color: #fff;
	font: bold 13px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	width: 100px;
	height: 24px;
	border-width: 0;
	cursor:pointer;

}

#adComBox_com{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -215px;
	margin-top: -180px;
	width: 620px;
	height: 420px;
	background: url(../images/adComBox_com.png) top left no-repeat;
	padding: 10px 0 0 10px;
	display: none;
	z-index: 2;
}

#adComBox_com table{
	width: 620px;
	height: 400px;
	margin: 0 10px 10px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #444;
}

#adComBox_com table td.titlu{ 
	font: bold 17px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
	color: #092F68;
}

#adComBox_com textarea{
	height: 200px;
	width: 500px;
	border: 1px solid #7AA2C9;
}

#adComBox_com input{
	border: 1px solid #7AA2C9;
	font-size: 13px;
	color:#000000;
}

#adComBox_com .disabled{
	background: #eee;
}
input#adComBtt_com{
	background: url("../images/bttNormal.gif") center center repeat-x;
	color: #fff;
	font: bold 13px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	width: 100px;
	height: 24px;
	border-width: 0;
	cursor:pointer;

}

#testArea{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
}
img.closeBtt_com{
	cursor: pointer;
	position: absolute;
	left: 570px;
	top: 13px;
	z-index: 3;
	float: right;
}

