#add_form_holder {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #ccc;
	display: none;
	z-index: 1000;
	opacity: .7;
	-moz-opacity: .7;
	filer: alpha(opacity=70);
	}
#add_form, #settings_form {
	position: absolute;
	display: none;
	top: 30%;
	left: 35%;
	width: 400px;
	z-index: 1001;
	}
#add_form p label, .editor p label, #settings_form p label {
	width: 120px;
	text-align: right;
	display: block;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	margin-right: 10px;
	}
.editor, .shower {
	height: 270px;
	}
#add_form p input, .editor p input, #settings_form p input {
	width: 200px;
	}
#add_form p a.button-secondary, #settings_form p a.button-secondary {
	text-align: center;
	float: none;
	}
.editor p input.button-secondary, .editor p input.button-primary {
	width: 80px;
	}
.errors {
	display: inline;
	margin: 10px;
	}
.errors li {
	display: inline;
	}
ol.ads {
	width: 920px;
	margin-top: 2em;
	}
ol.ads li.ad {
	width: 400px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	}
ol.ads li p.title {
	padding-top: 20px;
	}
ol.ads li p.image {
	width: 125px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	margin-left: 20px;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-border-radius: 4px;
	}
p.add_html {
	display: none;
	}
ol.ads li.ad div.editor {
	display: none;
	}
#menu {
	margin: 10px;
	display: block;
	height: 30px;
	}
#menu li {
	display: inline;
	margin: 3px;
	vertical-align: middle;
	position: relative;
	}
#menu li select {
	top: -4px;
	position: absolute;
	}
/* FOR THE DISLPAY OF THESE THINGS */
#multistan_ad_box {
	width: 320px;
	margin: 0 auto;
	}
.multistan_ad {
	width: 125px;
	height: 125px;
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
	margin: 5px 10px 5px 10px;
	border: 5px solid #ccc;
	background: #ccc;
	text-align: center;
	}
.multistan_ad a { display: block; width: auto; height: auto; }

/* FOR THE NEWSLETTER SIGN UP BOX UP TOP */
#newsletter_signup {
	position: absolute;
	right: 0;
	left: 0;
	top: -145px;
	background: #49B4E7;
	font-size: 12px;
	padding: 5px;
	height: 115px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
#newsletter_signup input {
	padding: 2px;
	}
.custom #multimedia_box {
	position: relative;
	}
.custom #header {
	height: 120px;
	}