body
{
	color: #000000;
	background: #ffffff;
	font-family: Arial;
	font-size: 10pt;
}
img
{
	border: none;
	vertical-align: middle;
}
a
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	color: #ef6329;
	text-decoration: underline;
}
table
{
	border-collapse: collapse;
}
td, .padding
{
	padding: 5px;
}
input[type=text], input[type=password], input[type=submit], input[type=button], select, textarea
{	
	background-color: #ffffff;
	border: 1px dotted #339900;
}
hr
{
	width: 75%;
	height: 1px;
	color: #339900;
	background-color: #339900;
	border: none;  
}

#guestbook
{
	width: 850px;
	margin: 0 auto;
	background: #ffffff;
	padding: 5px;
	border: 1px dotted #339900;
}
#footer_login
{
	width: 850px;
	margin: 0 auto;
	padding: 2px;
}

.box_error
{
	color: #9b0f0f;
	font-weight: bold;
	background: #fa8c8c url(../images/icons/error.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #9b0f0f;
}
.box_access
{
	color: #9b0f0f;
	font-weight: bold;
	background: #fa8c8c url(../images/icons/access_denied.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #9b0f0f;
}
.box_warning
{
	color: #a06400;
	font-weight: bold;
	background: #fff0b4 url(../images/icons/warning.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #a06400;
}
.box_success
{
	color: #0f781e;
	font-weight: bold;
	background: #6ee678 url(../images/icons/success.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #0f781e;
}
.box_info
{
	color: #284696;
	font-weight: bold;
	background: #82bef0 url(../images/icons/info.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #284696;
}

.text_small
{
	font-size: smaller;
}
.text_center
{
	text-align: center;
}
.text_right
{
	text-align: right;
}
.underline
{
	text-decoration: underline;
}
.uppercase
{
	text-transform: uppercase;
}

.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.float_clear
{
	clear: both;
}

.fullwidth
{
	width: 100%;
}
.fullwidth99
{
	width: 99%;
}
.cell_left
{
	
	border: 1px dotted #339900;
	background: #ffffff;
	vertical-align: top;
}
.word_wrap
{
	width: 828px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.cell_right
{
	border: 1px dotted #339900;
	background: #ffffff;
	vertical-align: top;
}
.cell_border
{
	border: 1px dotted #339900;
}

.dn
{
	display: none;
}