* {
	margin: 0;
	padding: 0px;
} 
html,body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
body {
	margin:0;
	padding:0;
	background-image: url(bg/background.gif);
	text-align: center;
}
img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a, a:visited {
	color: #228727;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
}
br, td br, p br{
	font-size: 8px;
	line-height: 8px;
	height: 8px;
}
table, tr, td, th, p{
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
ul {
}
li {
	list-style-position: inside;
	list-style-type: disc;
}
.------------------------------------------------ {}
form{margin-top:0px;margin-bottom:0px;}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	height: 16px;
	padding: 0px;
	border: 1px solid #808080;
}
input.size_full{
	width: 97%;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	border: 1px solid #808080;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #808080;
}

span.btn{
	height:18px;
	line-height:18px;
	display:-moz-inline-stack;
	display:Inline-Block;
	margin:0px;
	outline:0;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(bg/buttons_01_.gif);
	background-repeat: no-repeat;
	background-position: right -150px;
	width: 115px;
}
span.btn a, span.btn a:visited{
	outline:0;
	display:block;
	margin:0;
	color:#FFFFFF;
	font-weight: bold;
	cursor:pointer;
	height: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	background-image: url(bg/buttons_01_.gif);
	background-repeat: no-repeat;
	background-position: left -150px;
	width: 100%;
	padding: 0px;
}
span.btn a:hover, span.btn a:active{
	text-decoration: none;
}
span.btn input{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-image: url(bg/buttons_01_.gif);
	background-position: -5px -150px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 8px;
	padding: 0px;
	width: 97%;
	margin: 0px;
}
.------------------------------------------------{}
.box {
	display: block !important;
}
.clear {
	clear: both !important;
}
.clear_left {clear: left !important;}
.clear_right {clear: right !important;}
.align_left {
	text-align: left !important;
}
.align_right {
	text-align: right !important;
}
.float_left   {
	float:left !important;
}
.float_right  {
	float:right !important;
}
.noborder {
	border:none !important; 
	border-width: 0px !important;
}
.bold{
	font-weight: bold !important;
}
.------------------------------------------------{}
.separator{
	font-size: 1px;
	line-height: 1px;
}
.errorbox {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.confirmbox {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #099F00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.h1 {
	font-size: 17px;
	font-weight: bold;
}
.c_grey1 {
	color: #808080;
}
