.cmsedit{
	cursor: pointer;
	display: inline;
	color: white;
	padding: 0px;
	font-size: 8pt;
	background: url('/cms/images/bluegradient.jpg');
}

.cmsselect, optgroup{
	font-size: 8pt;
	padding: 0px;
}


/* BOTTOM ************************************************************/

#thirddd{
	margin-top: 20px;
	font-size: 10pt;
	text-align: center;
	display: block;
	width: 100%;
}

#thirddd a:hover{
	text-decoration: none;
}

/****************** NEWSLETTER ***********************/

#newsletter h6{
	font-size: 10pt;
	font-weight: bold;
	margin: 5px;
	}
	
#newsletter .nl_button{
	font-size: 8pt;
	cursor: pointer;
	background: #4A2700;
	margin-top: 10px;
	padding: 2px;
	color: white;
}

#newsletter .nl_text:focus{
	background-color: white;
}

#newsletter .nl_text{
	background: #EEE3BF;
	border: 2px solid #9e8024;
	margin: 2px;
	padding: 1px;
	width: 85%;
	}

/***************** GALLERY **********************/

.gallery_img{
	margin: 0px;
	display: inline;
	border: 1px solid black;
	cursor: pointer;
}

.gallery_img:hover{
	border: 1px solid white;
	}

.gallery_img_box{
	width: 470px;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid black;
	background: #C3C3C3;
}

.gallery_viewer{
	width: 470px;	
	border: 1px solid black;
	background: #C3C3C3;
	text-align: center;
	}

.viewer_bar{
	text-align: right;
	width: 100%;
	color: white;
	border-bottom: 1px solid black;
	background: #848484;
	}

.img_title{
	font-weight: bold;
	font-size: 12pt;
	margin: 3px;
}

select{
	margin-bottom: 5px;
	}
	