.opacitydiv {
	background-color: #232323;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: .4;						/* ff use */
	filter: alpha(opacity = 40);		/* ie use */
	position: absolute;
	z-index: 100;
}

.mainlogin {
	width: 300px;
	height: 181px;
	/* position: absolute; */
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	color: white;
	border: 1px solid;
	text-align: center;
	z-index: 102;
}

.logincaption {
	width: 100%;
	height: 30px;
	background-color: gray;
	text-align: center;
	padding-top: 5px;
	font-size: large;
}

.backendtable {
	width: 100%;
	height: 100%;
	background-color: gray;
}

.chbdiv {
	width: 100%;
	height: 30px;
	background-color: gray;
	border-top: 1px solid;
}

.frontenddiv {
	width: 100%;
	height: 70px;
	background-color: gray;
}

.frontendtable {
	width: 100%;
	height: 100%;
	background-color: gray;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.desclabel {
	text-align: right;
	width: 50%;
}

.btndiv {
	width: 100%;
	height: 35px;
	background-color:gray;
	text-align: center;
	padding-top: 10px;
}

.btndiv input {
	width: 100px;
}
	
.editdiv {
	width: 30px;
	height: 30px;
	background-color: gray;
	position: absolute;
	cursor: pointer;
}

/**
 * 		region format for guestbook
 *
 */
.guestbook_standard {
	width: 700px;
	height: 100px;
}

.guestbook_standard_header {
	width: 700px;
	height: 30px;
	text-align: center;
}

.guestbook_standard_header img{
	border: none;
}

.guestbook_standard_header a{
	color: black;
}

.guestbook_standard_sub_header {
	width: 700px;
	height: 30px;
	text-align: center;
}

.standard_table {
	width: 700px;
	height: 100%;
	border: 1px solid black;
}

.standard_username {
	width: 250px;
	max-width: 250px;
	height: 30px;
	text-align: left;
	color: #000000;
	/*border-top: 1px solid black;
	border-left: 1px solid black;*/
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.standard_datetime {
	width: 450px;
	max-width: 450px;
	height: 30px;
	text-align: right;
	color: #000000;
	/*border-top: 1px solid black;
	border-left: 1px solid black;*/
	border-bottom: 1px solid black;
	/*border-right: 1px solid black;*/
}

.standard_mail_web {
	/*unicode-bidi:bidi-override;
	direction: rtl;*/
	width: 250px;
	max-width: 250px;
	height: 70px;
	/*border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;*/
	border-right: 1px solid black;
	text-align: left;
}

.standard_content {
	width: 450px;
	max-width: 450px;
	height: 70px;
	/*border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;*/
}

.guestbook_standard_footer {
	width: 700px;
	height: 30px;
	text-align: center;
}

.guestbook_standard_footer img {
	border: none;
}

.guestbook_standard_footer a {
	color: black;
}

/*    --------------------------------------
/*    format for new guestbook entry      */

.newguestbook_standard {
	width: 380px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

.newguestbook_standard td {
	color: #000000;
}

.newguestbook_standard_footer {
	text-align: center;
	height: 30px;
	margin-top: 5px;
}

.newguestbook_standard_footer a{
	color: #000000;
}

.input_secstring {
	width: 115px;
}
/**
 * 		end region new guestbook
 * 
 * 
 */
