html {
	overflow-y: scroll;
}

body {
	margin:7px 0 15px 0;
	padding:0;
	background:url(images/background_body.png) repeat-x #dcdcdc;
	font:11px verdana;
	color:#808080;
	line-height:14px;
}

a {
	color:#888;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}	

p {
	margin:0 0 6px 0;
}

h1,h2,h3,h4,h5,h6 {
	color:#4d4d4d;
}


/* 
-----------------------------------------------------------------*/

.wai {
	display:none;
}

input, textarea, select, password, file {
	font:11px verdana;
	border:1px solid #c6c6c6;
	padding:2px;
	margin:0 0 4px 0;
}

select {
	padding:1px;
}

select optgroup {
	padding-left:2px;
}

select optgroup option {
	padding-left: 15px;
}

input[type=text]:focus, input[type=file]:focus,
input[type=password]:focus, textarea:focus {
	background: #F0F0F0;
}

input[type="submit"] {
	border:1px solid #c6c6c6;
	cursor:pointer;
	padding:1px;
	height:auto;
}

input[type=image] {
	border:0px solid #c6c6c6;
	cursor:pointer;
}