@import url(../warp/css/base.css);@import url(../warp/css/base.css); body{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	line-height: 180%;
}

a{color: #0F8B2D}

a:hover{text-decoration: underline}

ins, mark{background-color: #ffa}

mark{color: #444}

hr{border-top-color: #ddd}

pre{
	border: 1px solid #ddd;
	background: #fafafa;
}

h1,h2,h3,h4,h5,h6{
	line-height: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

h1{font-size: 140%}

h2{font-size: 130%}

h3{
	font-size: 120%;
	font-weight: normal;
	color: #0F8B2D;
}

h4{font-size: 115%}

h5{font-size: 105%}

h6{font-size: 100%}

::-moz-selection{
	background: #39f;
	color: #fff;
}

::selection{
	background: #39f;
	color: #fff;
}

a:not([class]):active, a:not([class]):focus{
	position: relative;
	top: 1px;
}

a:not([class]):active > *, a:not([class]):focus > *{
	position: relative;
	top: -1px;
}

input[type=text], textarea, select, .button, button, input[type=submit], input[type=reset]{
	padding: 5px 10px;
	border: 1px solid #cccccc;
	font: normal 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

input[type=text]:focus, textarea:focus, select:focus{color: #222222}

.button, button, input[type=submit], input[type=reset]{
	color: #ffffff;
	font-weight: bold;
	background: #128E44;
	background: -moz-linear-gradient(center top, #95c13d 0%, #128e44 100%);
	background: -webkit-linear-gradient(center top, #95c13d 0%, #128e44 100%);
	background: -o-linear-gradient(center top, #95c13d 0%, #128e44 100%);
	background: -ms-linear-gradient(center top, #95c13d 0%, #128e44 100%);
	background: linear-gradient(center top, #95c13d 0%, #128e44 100%);
	border: 1px solid #128e44;
	height: 20px;
}

.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover{
	padding: 7px 10px 3px 10px;
	background: #95c13d;
	background: -moz-linear-gradient(center top, #128e44 0%, #95c13d 100%);
	background: -webkit-linear-gradient(center top, #128e44 0%, #95c13d 100%);
	background: -o-linear-gradient(center top, #128e44 0%, #95c13d 100%);
	background: -ms-linear-gradient(center top, #128e44 0%, #95c13d 100%);
	background: linear-gradient(center top, #128e44 0%, #95c13d 100%);
	-moz-box-shadow: 0 0 10px 0 #005b25;
	-webkit-box-shadow: 0 0 10px 0 #005b25;
	-o-box-shadow: 0 0 10px 0 #005b25;
	-ms-box-shadow: 0 0 10px 0 #005b25;
	box-shadow: inset 0 0 10px 0 #005b25;
}

.highlight{
	font-weight: normal;
	color: #0F8B2D;
}

.highlight_bold{
	font-weight: bold;
	color: #0F8B2D;
}

table{width: 100%}

cookiebox{
	width: 220px;
	padding: 10px;
	border: 5px solid gray;
	margin: 0px;
}