@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #d3d3d3;
	background-image: url(../images/bg_all.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#body_all {

}

* html #body_all {

}

/* header ******************************************************/

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;	
	height: 146px;
	width: 990px;	
}

#meta {
	position: absolute;
	left: 295px;
	top: 30px;
	width: 600px;
	height: 30px;
	z-index: 15px;
	text-align: right;
}

.meta {
	float: left;
}

/* content ******************************************************/

#content_all {
	min-height: 417px;	
	width: 990px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: left top;	
}

* html #content_all {
	height: 417px;
}

#content_box {
	background-image: url(../images/bg_top.png);
	background-repeat: no-repeat;
	background-position: left top;	
	min-height: 414px;
}

* html #content_box {
	height: 414px;
}

#menu {
	width: 180px;
	float: left;
	padding: 100px 0px 30px 80px;
}

* html #menu {

}

#content {
	width: 450px;
	float: left;
	min-height: 500px;
	padding: 100px 0px 30px 0px;	
}

* html #content {
	height: 500px;
}

#content_bottom {
	clear: both;
	height: 182px;
	width: 560px;
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 350px 0px 80px;
}

* html #content_bottom {
	width: 510px;
	padding: 0px 0px 0px 80px;
}


/* footer ******************************************************/

#footer {
	clear: both;
	height: 115px;
	width: 910px;	
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 50px 0px 0px 80px;	
	color: #fff;
}

* html #footer {

}

#footer a, #footer  {
	color: #fff;
}

.powermail_mandatory {
	color: red;
}

.tx-powermail-pi1 label {
	display: block;
	font-weight: bold;
}

.tx-powermail-pi1 input, .tx-powermail-pi1 textarea, .tx-powermail-pi1 select {
	margin: 5px 5px 15px 0px; 
}

.tx-powermail-pi1 select {
	width: 95%;
}

.powermail_mandatory_js {
	float: left;
	color: red;
        margin: 5px 5px 15px 0px;	
}
