

.rigg_body_style {
	background-color: #d9d7d7; 
	background-image: url(/static/media/bg2.png); 
	background-repeat: repeat-x;	
}



.rigg_header { 
	background-color: #ffffff;
	background-image: url(/static/media/bg_house.png);
	background-position: right;
	background-repeat: no-repeat;
	/*border: outset 1px #ff00ff;*/
	/*width: 800px;*/
	padding: 5px 5px 5px 5px;
	/*height: 170px;*/
}


.rigg_content {
	margin-top: 8px;	
}


a {
	color: #ae0000;	
}

a:link {
	color:#ff000;
}

a:visited {
	color:#ff000;
}

.errorlist {
	color: #ff0000; 
	/*border: 1px solid #ff0000; 
	background-color: #ffff7e;*/
}