/* front end popovers */
.paramount-popover {
	display:none;
	position:fixed;
	bottom:-5px;
	border-top:3px solid #666;
	background-color:#fff;
	width:100%;
	padding:5px;
	text-align:center;
	margin:0;	
}

.paramount-popover .close {
	position:absolute;
	right:15px;
	top:3px;
	color:#333;
	font-weight:bold;	
}

.paramount-popover p { font-size:1.5em; margin-bottom:0px; font-weight:bold; margin: 6px 0 7px 0; }

.paramount-popover { padding:0; margin: 0 0 4px 0; }
.paramount-popover form { margin:0; padding:0; }
.paramount-popover input, .paramount-popover select, .paramount-popover textarea {
	border-width:1px solid #666;
	border-spacing:0;
	font-weight:normal;
	padding:2px;
	margin:0 9px 0 4px;
	font-size:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	word-wrap:break-word;
}
.paramount-popover input[type=submit], .paramount-popover .submit {
	width:178px;
	height:45px;
	color: #fff;
	font-weight:bold;
	margin: 0 0 0 12px;
	background:url(images/button1.png) no-repeat top left;
	border: 0;
}
.paramount-popover label { font-size:1.3em; font-weight:bold; margin-right:3px; }

/* admin panel and defaults */
#popover-admin { margin:1em 0 30px 25px; }
#popover-admin .manage-h3 {
	clear:both;
	margin-top:20px;
}
#popover-admin .icon32 {
	margin:-6px 6px 9px 5px;
}
#popover-admin .inside {
	padding:5px 10px 10px 10px;
}
#popover-admin h3 {
	margin:0 0 7px 0;
	height:25px;
	padding: 7px 0 0 9px;
}

#popover-admin #popover1 {
	float:left;
	clear:both;
	width:90%;
	margin:10px 10px 1em 0;
}

#popover-admin #popover1 label.textareas {
	display:block;
}

#popover-admin #popover1 textarea {
	width:600px;
	height:200px;	
}


.width25 {
	width:25px;
}
.width50 {
	width:50px;
}
.width75 {
	width:75px;
}
.width100 {
	width:100px;
}
.width125 {
	width:125px;
}
.width150 {
	width:150px;
}
.width175 {
	width:175px;
}
.width200 {
	width:200px;
}
.red { color:#F00; }
.bold { font-weight:bold; }
.italic { font-style:italic; }

