.simpleCaptchaImage {
	border: 2px solid transparent;
	margin: 0 2px;
	width: 40px;
	cursor: pointer;
}
.simpleCaptchaSelected {
	border: 2px solid #393;
}

#guestbook_message {
	background-color: #E3D1C7;
	color: #000 !important;
	width: 100%;
    float: left;
    margin-top: 14px;
    border: 1px solid #999;
    padding: 10px;
}
#guestbook_newmessage {
	width: 100%;
}

.guestbook_field {
    margin-top: 10px;
    background-color: #E3D1C7;
    float: left;
    border: 1px solid #999;
}

#guestbook_preview {
	text-align:center;
}
.guestbook_label {
	margin-top: 10px; 
	margin-left: 10px; 
	text-align: left; 
	width: 100px;
    color: #403A38;
    display: block;
    float: left;
}

.message {
	background: none repeat scroll 0 0 #E3D1C7;
	color: #000 !important;
    border: 1px solid #999;
    padding: 10px;
    clear: both;
	margin: 0 0 20px;
	width: auto;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
.message a {
    color: #000000;
}
.message_head {
	clear: both;
	height: 20px;
	width: auto;
}
.message_head_index {
	float: left;
}
.message_head_name {
	float: left;
	font-weight: bold;
	line-height: 20px;
	margin: 0 5px;
	text-align: left;
}
.message_head_name_form {
	float: left;
	font-weight: bold;
	line-height: 20px;
	margin: 0 5px;
	text-align: left;
	display: none;
}
.message_head_fields {
	float: left;
	line-height: 20px;
	margin: 0 5px;
	text-align: left;
	clear: left;
}
.message_head_fields_form {
	float: left;
	line-height: 20px;
	margin: 0 5px;
	text-align: left;
	clear: left;
	display: none;
}

.message_head_date {
	float: right;
	line-height: 20px;
	margin: 0 5px;
	text-align: right;
}

.message_body {
	clear: both;
	margin: 0 5px;
	padding-top: 10px;
	width: auto;
	border-top: 1px solid #DEDEDE;
}
.message_body_text {
	float: left;
	height: auto !important;
	min-height: 60px;
	padding: 5px;
	text-align: justify;
}
.message_body_text_form {
	float: left;
	height: auto !important;
	min-height: 60px;
	padding: 5px;
	text-align: justify;
	display: none;
}

.message_body_text li {
	margin-left: 20px;
}


.message_footer {
	text-align: left; 
	border-top: 1px dotted #C0C0C0;
}
.message_footer_form {
	text-align: left; 
	border-top: 1px dotted #C0C0C0;
	display: none;
}

.message_footer input {
	cursor: pointer;
}
.message_footer_form input {
	cursor: pointer;
}

.transparent {
	opacity: 0.5;
    filter : alpha(opacity=5); 
}
.clearwrap {
	clear: both;
	margin: 0;
}
.submitok {
    color: #403A38;
}

#guestbook_newmessage legend {
     color: #403A38;
}

.smiley {
    margin: 5px;
}
