
form{
	margin: 10px 50px;
	text-align: center
}
textarea{
	vertical-align: top;
}
label{
	line-height: 1.6;
	display: block;
	position: relative;
	padding-right: 330px;
	text-align: left;
	min-height: 2em;
	margin: 5px 0;
}
label small{
	font-size: xx-small;
	white-space: nowrap;
	font-style: italic;
}
* html label small{
	white-space:normal
}
label input, textarea, select{
	position: absolute;
	right: 0;
	top: 0;
	width: 320px; 
}
textarea{
	height: 150px;
}
.frm_textarea{
	height: 160px;
}
.brief textarea{
	height: 85px;
}
.brief{
	height: 95px;
}
.frm_checkbox, .frm_radio{
	min-height: 0;
	width: 95%;
	padding: 0;
}
.frm_checkbox input, .frm_radio input{
	position: static;
	width: auto;
	margin-right: .2em;
	vertical-align: middle;
}
#newspage #cont1{
	margin-left:0;
}
.preview #prodpage{
	margin-left:-10px;
}
#content #newspage .preview .newsitem h1{
	font-size: 130%;
	background: none;
	color: #444;
	margin: 0px 15px 1em;
	text-transform: none;
	padding:0;
}
/*.preview{
	border: 1px solid #444;
	margin: 1.2em;
	background: transparent!important;
	position: relative;
	height: 1%;
}*/
/*#content .preview h1{
	width: 100%;
	margin: -5px 1em 15px 0;
	font-weight: 700;
	font-size: 130%;
	background: transparent;
	color: #444;
	text-transform: none;
}*/
/*.preview:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.preview #cont1{
	width: 410px!important;
}*/

.error{
	font-weight: bold;
	color: #900;
	background: #fee;
}
.error input, .error textarea{
	background: #fbb;
	color: black;
}
.warning{
	font-weight: bold;
	font-style: italic;
}
.warning input, .warning textarea{
	background: #ffb;
	color: black;	
}
#login{
	margin: 0;
}
html .panel .extra h2{
	margin: 15px 0;
	font-size: 90%!important;
}
fieldset{
	clear: both;
	border: 1px solid #444;
	margin: 10px;
	padding: 10px;
	text-align:center;
}
legend{
	font-size: 90%;
	background: #444;
	color: white;
	padding: 3px 8px;
	font-weight:normal;
	text-transform: uppercase;
}
.panel{
	background-image:url(../i/faux-bg.gif)
}
#content{
	margin-left: 10px;
	width: 580px;
}
.panel .extra h2{
	font-size: 90%;
	margin: 15px;
	margin-top: 20px;
	background: #444;
	color: white;
	padding: 4px 8px;
	font-weight:normal;
	text-transform: uppercase
}
#summary{
	clear:right;
	margin: 0px 15px;
	width: 550px;
	table-layout: fixed;
	font-size: 1em;
}
table{
	position: relative;
	z-index:0;
	margin-top: -3px;
}
table .titles{
	text-align: left;
}
table tbody td, table tbody th{
	text-align: right;
	padding: 2px 6px;
	border: 1px #444;
	border-style: none none solid solid;
	vertical-align: top;
}
#summary em{
	display: block;
	font-weight: bold;
	text-align: left;
}
caption{
	background: #ccc;
	width: 30%;
	padding: 2px;
	position: relative;
	margin: 0 0 -2px 30px;
	font-weight: bold;
	font-size: 120%;
	z-index: 10;
	border: 2px #444;
	border-style: none none dashed none;
}
table thead th{
	background: #444;
	color: #fff;
	padding: 4px;
}
table img{
	vertical-align: middle;
}
#login label{
	padding-right: 20px;
}
#login label input{
	width: 100px;
}

.errorreport{
	background: #fcc;
	border: 1px solid #900;
	color: #600;
	margin: 15px;
}
.add{
	float: right;
	padding: 8px 5px 8px 15px;
	margin: 0 15px 15px;
	font-size: 140%;
}
.add:link, .add:visited{
	background: #ccc;
	border-left: 10px #aaa solid;
	color: #444;
	text-decoration: none;
}
.add:hover, .add:active{
	background: #444;
	border-left: 10px #fd2 solid;
	color: #fff;
}
.mod, .del{
	float: right;
	padding: 5px 5px 5px 15px;
	margin: 2px 0;
	font-size: 120%;
	display: block;
	width: 70%;
	font-weight: bold;
}
.mod:link, .mod:visited, .del:link, .del:visited{
	background: #ccc;
	border-left: 10px #aaa solid;
	color: #444;
	text-decoration: none;
}
.mod:hover, .mod:active{
	background: #444;
	border-left: 10px #fd2 solid;
	color: #fff;
}
.del:hover, .del:active{
	background: #444;
	border-left: 10px #c00 solid;
	color: #fff;
}
