html {
	font-size: 62.5%;
}

body {
	font: 1.1em Verdana, sans-serif;
	color: #8a8b8f;
	margin: 0px;
}

a, a:link, a:visited, a:active {
	color: #8a8b8f;
	text-decoration: underline;
}

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

p {
	margin: .2em 0 .6em;
}

h1, h2, h3, h4, h5, h6 {
	margin: .4em 0 .8em;
	color: #8a8b8f;
}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
		margin: .4em 0 .2em;
	}
	h4 {
		font-size: 1.4em;
	}
	
input, textarea {
	border: 1px solid #555;
	background: #444;
	color: #ccc;
	line-height: 1em;
	font: 1.1em Verdana, sans-serif;
	font-size:10px;
}
	input {
		padding: 2px;
	}
	input.button {
		border: 1px solid #222;
		border-left-color: #999;
		border-top-color: #999;
		padding: 3px 8px;
	}
	


#container {
	margin:130px auto 30px;
	width: 830px;
	text-shadow: #666 1px 1px 1px ;
}

/* buttons general  */


#button dt {
	list-style-type: none;
	float:left;
	color:#fff;
	font-size:10px;
	font-family: Verdana, "MS Trebuchet", sans-serif;		
}

#button dt.left {
	background:url(/design/button/button_left.gif) no-repeat;
	width:7px;
	height:22px;
}

#button dt.right {
	background:url(/design/button/button_right.gif) no-repeat;
	width:7px;
	height:22px;
}

#button dt.middle {	
	min-width:30px;
	background:url(/design/button/button_middle.gif) repeat-x;	
	height:22px;
	text-align: center;
	padding:0 0px 0 0px;	
}

#button input {	
	color:#fff;
	font-family: Verdana, "MS Trebuchet", sans-serif;	
}


#button dt.middle a {		
	color:#fff;
	padding:0 0px 0 0px;
	text-decoration: none;		
}

#button dt.middle a:hover {		
	text-decoration: none;	
}

#button #ahref {
	margin:4px 0 0 0;
	
}

div.flash {
	border: 2px solid #8a8b8f;
	background: #8a8b8f;
	margin: 0 0 0 0;
	padding: 5px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

