img {
	border:				none;
}

a {
	text-decoration: 	none;	
}
a:hover {
	text-decoration: 	none;
	color:				#cc0000;
}

input.txt, textarea.txt {
	font-size:			1em;
	border:				1px #aaa solid;
	border-top:			1px #888 solid;
	padding:			2px 3px 2px 3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

textarea.txt {
	font-size:			1em;
	line-height:		1.4em;
	border:				1px #aaa solid;
	padding:			3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

input.btn {
	font-size:			1em;
	padding:			2px 0px 0 0px;
	color:				#575757;
}

*html input.btn {
	font-size:			12px;
	line-height:		10px;
	padding:			4px 0px 1px 0px;
}

select.txt, select.date {
	border:				1px #aaa solid;
	border-bottom:		1px #888 solid;
	font-size:			1em;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

select.date {
	font-size:			0.9em;
}

select.txt option { 
	padding:			2px 3px 0 3px;

}

.end {
	clear:				both;
	height:				0;
	overflow:			hidden;	
}

.error {
	color:				#cc0000;
}

html, body, td, div, p {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#929697;
}

body {
	background:			url(images/bg.gif) #fff left top repeat-y;
	margin:				0;
	padding:			0 0 0 170px;
	height:				100%;
}

#contents {
	padding:			70px 17px 32px 17px;
	width:				535px;
	line-height:		1.7em;
	border-bottom:		1px solid #ededed;
}

ul#sidebar {
	width:				170px;
	background:			url(images/sidebar_bg.gif) left top repeat-x;
	position: 			absolute;
	top:				0;
	left:				0;
	padding:			0 0 80px 0;
	margin:				0;
	list-style:			none;
}
#sidebar li {
	height:				49px;
	overflow: 			hidden;	
}

#foot {
	padding:			12px 17px;
	font-size:			.92em;
}

.btn_0 {
	position: 			absolute;
	top:				180px;
	left:				660px;
	width:				60px;
	height:				15px;
}

.ad {
	height:				150px;
	overflow: 			hidden;	
}