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

#guestbook_messages {
	/* min-height: 320px; */
}

#guestbook_message {
	background-color: #F6F6F6;
	border: 1px solid #C5C5C5;
	max-width: 600px;
}
#guestbook_newmessage {
	max-width: 600px;
}

#guestbook_preview {
	height: 500px;
	max-width:600px;
	text-align:center;
}
.guestbook_label {
	margin-top: 10px; 
	margin-left: 10px; 
	text-align: left; 
	width: 100px
}

.message {
	background: none repeat scroll 0 0 #FEFEFE;
	border: 1px solid #DEDEDE;
	clear: both;
	margin: 0 0 20px;
	width: auto;
}
.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;
}
