.guestbook{
	width:auto;
	height:auto;
	display:inline-block;
	width:100%;
	/*width:470px;*/
}
#captchaimg {
	vertical-align: middle;
}
.guestbook a{
	cursor:pointer;
}

.guestbook div{
	float:left;
}

.guestbook .guestbook_item{
	margin-top:10px;
	display:inline-block;
}
.guestbook .guestbook_itemLabel{
	width:150px; 
	display:inline-block;
}
.guestbook .guestbook_itemLabel label{
	float:right;
	margin-right:5px;
}
.guestbook .guestbook_itemLabel a{
	margin-right:5px;
}
.guestbook .guestbook_itemContent{
	width:300px; 
	display:inline-block;
}

.guestbook .guestbook_itemContent input{
	width:250px;
}
.guestbook .guestbook_itemContent textarea{
	width:250px;
	height:100px;
}
.guestbook .iconArea{
	text-align:left; 
	margin-left:82px
}
.guestbook .guestbook_entry{
	width:auto;
	height:auto;
	margin-top:10px;
}
.guestbook .guestbook_entry_item{
	width:100% ; 
	background-color : #F7FFAF;
	display:inline-block;
}
.guestbook .guestbook_entry_comment{
	width:100%; 
	background-color : #DFDFDF;
	overflow: auto;
}
.guestbook #icon_popup{
	margin-top:22px; 
	/*width:324px;*/ 
	background-color:#cdcdcd ;
}
.guestbook #curPage{
	width:20px ; 
	text-align:center ;
}
.guestbook .entry_name{
	width:250px; 
	display:inline-block;
}
.guestbook .entry_email{
	width:auto; 
	display:inline-block;
}
.guestbook .entry_edit{
	width:auto; 
	display:inline-block;
	margin-right:10px;
	float:right;
}
.guestbook .success {
	color:#00f;
}

/*******************************************/
.guestbook_Modern {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
	display:inline-block;
	-moz-border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 1px rgba(255, 255, 255, 0.5) inset;
    background-color: #CCCCCC;
    background-image: -moz-linear-gradient(center top , #F6F6F6, #D2D1D0);
    padding: 10px;
	width: 95%;
	margin-top: 15px;
}

.guestbook_Modern h1 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
}

.guestbook_Modern fieldset {
	/*width: 460px;*/
	border: 0px;
}

.guestbook_Modern legend {
	color: #ffffff;
	background: #000;
	border: 0px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

.guestbook_Modern .resultMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}
.guestbook_Modern input , .guestbook_Modern textarea{
	-moz-background-clip: padding;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border: 1px solid #CCCCCC;
    color: #333333;
    font: 14px 'Helvetica Neue',Helvetica,Arial,sans-serif;
    outline: medium none;
    padding: 6px 10px;
}
.guestbook_Modern input.submit , .showButton_guestbook_Modern, .hideButton_guestbook_Modern{
	-moz-background-clip: padding;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
    background-color: grey; /*#1D83E2;*/
    /*background-image: -moz-linear-gradient(center top , #77B5EE, #1972C4);*/
    border: 1px solid black; /*#1972C4;*/
    color: #FFFFFF;
    cursor: pointer;
    font: bold 12px 'Helvetica Neue',Helvetica,Arial,sans-serif;
    height: 25px;
    outline: medium none;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*******************************************/
.guestbook_Black {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #000;
	color: #fff;
	display:inline-block;
	-moz-border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    background-color: #343434;
    background-image: -moz-linear-gradient(center top , #343434, #141414);
    padding: 10px;	
	width: 95%;
	margin-top: 15px;
}

.guestbook_Black h1 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	border-bottom: solid 4px #fff;
}

.guestbook_Black fieldset {
	/*width: 460px;*/
	border:0px;
}

.guestbook_Black legend {
	color: #000;
	background: #fff;
	border: 0px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

.guestbook_Black .resultMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}
.guestbook_Black input , .guestbook_Black textarea{
	-moz-background-clip: padding;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    -moz-border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    background-attachment: scroll;
    background-color: #444444;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border: 1px solid #222222;
    color: #CCCCCC;
    font: 14px 'Helvetica Neue',Helvetica,Arial,sans-serif;
    outline: medium none;
    padding: 6px 10px;	
}
.guestbook_Black input.submit , .showButton_guestbook_Black, .hideButton_guestbook_Modern2{
	-moz-background-clip: padding;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
    background-color: #1D83E2;
    background-image: -moz-linear-gradient(center top , #77B5EE, #1972C4);
    border: 1px solid #1972C4;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 12px 'Helvetica Neue',Helvetica,Arial,sans-serif;
    height: 25px;
    outline: medium none;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.guestbook_Black .entry_name{
	color:#000;
}
.guestbook_Black .guestbook_entry_item{
	color:#000;
	background-image: #b8ff8c;
}
.guestbook_Black .guestbook_entry_comment{
	color:#FFF;
	background-color:#666;
}
.guestbook_Black .success {
	color: #B8FF8C;
}

/**********************************/
.guestbook_Classic {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	/*background-color: #ffffff;*/
	color: #000000;
	display:inline-block;
}

.guestbook_Classic h1 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
}

.guestbook_Classic fieldset {
	border: solid 1px #666666;
	/*width: 460px;*/
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

.guestbook_Classic legend {
	color: #000;
	background:  #FFF;
	height: 15px;
	border: 1px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

.guestbook_Classic .resultMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}
.guestbook_Classic input , .guestbook_Classic textarea{
	border:1px solid #000 !important;
}
.guestbook_Classic input.submit, .showButton_guestbook_Classic, .hideButton_guestbook_Classic{
	color: #000000;
	background-color: #FFFFFF;
	border: 2px outset #cccccc;
	width:100px;
}
/**********************************/
