p {
	margin: -2px 0;
}

/*Feedback*/	
	.label {
		width: 150px;
		float: left;
		margin-right: 5px;
	}
	.line {
		clear: both;
		margin-top: 7px;
		vertical-align: middle;
	}
	#feedback_reason  div {
		margin-top: -4px;
	}	

	.line select {
		margin-top: 10px;
	}

	.line textarea {
		width: 99%;
		height: 100px;
	}

	#input_codeimg input{
		width: 116px;
	}
	
	#submit{
		margin-top: 20px;
	}
/*EOF Feedback*/

/*Error reps*/
.red {
	margin-left: 5px;
}
/*EOF Error reps*/


/*C O R N E R S*/
.block
{
	border: solid 1px #d1d1d1;
	padding: 0 10px;
	/*
	behavior: expression(!this.rounded ? this.rounded = this.innerHTML = '<div class="corner_before"><img src="css/images/tr.gif" class="rights" alt="" /><img src="css/images/tl.gif" alt="" /></div>' + this.innerHTML + '<div class="corner_after"><img src="css/images/br.gif" class="rights" alt="" /><img src="css/images/bl.gif" alt="" /></div>' : '');
	*/
}

.block:before, .Ūcorner_before, .block:after, .Ūcorner_after
{
   display: block;
   line-height: 1px;
   font-size: 1px;
   sheight: 10px;
}

.block:before, .Ūcorner_before
  {
	background: transparent url(images/tr.gif) top right no-repeat;
	content: url(images/tl.gif);
	margin: -1px -11px 0px -11px; 
 }

.block:after, .Ūcorner_after
 {
	background: transparent url(images/br.gif) bottom right no-repeat;
	content: url(images/bl.gif);
	margin: -1px -11px -1px -11px;
}

.corner_before, .Ūcorner_after
{
	background: none;
	position: relative;
	z-index: 1;
}

*html .block {
   padding-top: 10px;
   padding-bottom: 10px;
}
-, .block {
   padding-top: 10px;
   padding-bottom: 10px;
}
	
.block img.rights {
	float: right;
}

.corner_before img, .Ūcorner_after img
{
   swidth: 9px;
   sheight: 10px;
}

.block h2{
	padding: 0px 15px 5px 0px;
	margin: -6px -5px 5px -5px;
	text-indent: 20px;
	background: url(images/mp3.png) no-repeat top left;
} 

.block{
	margin-bottom: 5px;
	background: #EEF;
	sbackground: url(images/clippy.jpg) repeat-x;
	background: url(images/bg_block.gif) repeat-x;	
}

#footer {
	clear: left;
	padding-top: 10px;
	height: 100px;
	background: gray;
	color: #FFF;
	background: url(images/bg_footer.jpg) repeat-x;
}

#fText {
	margin: 5px 265px 50px 205px;
	sbackground: #BAC;
}
#footer{
	text-align: center;
}

#footer a{
	color: #FBE;
}
#fRight {
	clear: left;
	float: right;
	width: 260px;
	height: 255px;
	margin-top: -264px;
	background: #500;
	background: url(images/old_house.png) no-repeat right bottom;
}

/*MAIN MENU*/
#main_menu  {
}
#main_menu h3{
	position: absolute;
	z-index: -1;
	top: 90px; right: 0px;
	padding: 0;
	padding-top: 0px;
	margin-top: 14px;
	margin-left: 0px;
	width: 2800px;
	background: url(images/block.gif) repeat-x;
}
#main_menu ul{
	position: absolute;
	z-index: 1;
	top: 88px; right: 0px;
	padding-right: 5px;
}
#main_menu ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url("images/menu.gif") repeat-x 20px;
	sbackground: #C9CDAA;
	font: 12px/21px verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}

#main_menu a
{
	color: black;
	text-decoration: none;
	display: block;
	padding: 0px 7px; 
	sborder-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
}

#main_menu li #active { background: url("images/menu_hover.gif") repeat-x 20px; }

#main_menu a:hover {
	background: url("images/menu_hover.gif") repeat-x 20px; 
	text-decoration: underline;
}


