/*
Use the DMSGuestbook admin interface for change these css settings.
Don't edit this file direct, your change could be overwrite by the DMSGuestbook admin.
If dmsguestbook.css is exist and writable, all CSS settings will be read from it.
Otherwise these settings will be load from the database.
*/


.css_guestbook_position {position:relative;
left:0px;
top:0px;}
.css_guestbook_font_color {color:#4d4d4d;}
.css_form_text{
font-weight:normal;
font-size:0.8em;
color:#808080;
padding-left:5px;
}
.css_form_embedded{color:#4d4d4d;}
.css_form_namefield{
border:1px solid #E6E6E6;
width:150px;
}
.css_form_emailfield{
border:1px solid #E6E6E6;
width:150px;
}
.css_form_urlfield{
border:1px solid #E6E6E6;
width:150px;
}
.css_form_additional_option{
border:1px solid #E6E6E6;
width:150px;
}
.css_form_textfieldspace{
text-align:left;
padding:5px;
margin:0px 0px;
}
.css_form_textfieldspace:hover,
.css_form_textfieldspace:focus{
background:#fcfcfc;
}
.css_form_messagefield {
border:1px solid #E6E6E6;
width:96%;
height:150px;
}
.css_form_embedded input,
.css_form_embedded textarea{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	padding:2px 10px;
	color:#666;
}
.css_form_embedded textarea{
	padding-top:10px;
	margin-top:10px;
}
.css_form_embedded input:hover,
.css_form_embedded textarea:hover,
.css_form_embedded input:focus,
.css_form_embedded textarea:focus{
	border:1px solid #AAA;
	color:#4d4d4d;
}
.css_form_antispamtext {
text-align:left;
font-size:0.9em;
width:470px;
}
.css_form_antispamcontent {border:1px solid #E6E6E6;}
.css_form_antispamcontent_position{
text-align:left;
padding:5px 0px;
margin:0px 0px;
float:left;
}
.css_form_antispam_inputfield{
margin:5px 30px 0 0;
width:100px;
border:1px solid #E6E6E6;
color:#808080 !important;
font-size:2em;
font-weight:bold;
text-align:center;
}
.css_form_submit_position{
text-align:center;
padding:15px 0 10px 10px;
float:right;
}

.css_form_errormessage {color:#bb0000;
font-size: 11px;
text-decoration: none;
font-weight:bold;}

.css_form_successmessage {color:#00bb00;
font-size: 1.5em;
text-decoration: none;
font-weight:bold;}

.css_form_link {font-size:11px;
position:relative;
top:0px;
left:0;}

.css_navigation_totalcount{
font-size:11px;
left:0px;
width:95%;
text-align:center;
padding:0px 0px 5px 10px;
display:none;
}

.css_navigation_overview{
left:0px;
width:95%;
text-align:center;
padding:0px 0px 15px 12px;
margin-bottom:10px;
}

.css_navigation_select {color:#bb1100;
text-decoration:none;}

.css_navigation_notselect {color:#000000;
text-decoration:none;}

.css_navigation_char {color:#0000ff;
font-size:20px;
text-decoration:none;
font-weight:bold;}

.css_navigation_char_position{
left:0px;
width:95%;
padding:0px 0px 0px 10px;
margin:0px 0px 20px 0px;
text-align:center;
}
.css_post_header1{
font-weight:bold;
font-size:11px;
height:15px;
}
.css_post_header2{
width:20px;
height:15px;
}
.css_post_header3{
width:20px;
height:15px;
}
.css_post_header4{
font-size:8px !important;
height:5px;
font-weight:normal;
}
.css_post_email_image{
height:15px;
width:15px;
border:0px;
}
.css_post_url_image {height:15px;
width:15px;
border:0px;}

.css_post_separator {
border:none;
height:1px;
background:#CCC;
width:35%;
text-align:left;
margin:12px 0px 0px 0px !important;}

.css_post_message{
font-size:14px!important;
margin:20px 0px 0px 0px;
}
.css_form_embedded {
overflow:hidden;
width:80%;
font-size:12px;
text-align:left;
padding:0px 10px;
margin:0px 0px 0px 0px;
line-height:1.4em;}

.css_post_embedded{
width:95%;
font-size:12px;
text-align:left;
padding:10px 10px;
margin:-20px 0px 0px;
line-height:1.4em;
border-bottom:1px dashed #DDD;
}
.css_post_embedded:hover,
.css_post_embedded:focus{
	background:#FCFCFC;
}
a.css_navigation_char:hover {text-decoration:none; color:#ff0000;}
a.css_navigation_select:hover {text-decoration:none; color:#bb1100;}
a.css_navigation_notselect:hover {text-decoration:none; color:#000000;}
img.css_post_url_image {border:0px;}
img.css_post_email_image {border:0px;}
#formtoggle{
	font-size:1.5em;
	padding:10px 0 0;
}
#formtoggle a{color:#808080;}
#formtoggle a:hover{color:#FF0000;}