img {
	border: none;
	display: block;
}
form {
	margin: 0;
	padding: 0;
}
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: none; }

.articleblock:link , .articleblock:visited , .articleblock:hover , .articleblock:active  {
	display: inline-block;
	width: 250px;
	padding: 5px;
	margin: 0 20px 10px 0;
	text-decoration: none;
	cursor: pointer;
}


.twocolform_row {
	display: block;
	width: 441px;
	padding: 20px 0px 20px 0px;
	text-align: left;
}
.twocolform_cell {
	display: inline-block;
	display: -moz-inline-box;
	_display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}
.twocolform_cell label {
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
}
.twocolform_cell label.checkbox {
	font-size: 11px;
	font-weight: bold;
	display: inline;
	padding-bottom: 2px;
}
.twocolform_cell input.large {
	font-size: larger;
	font-size: 13px;
	width: 200px;
}
.twocolform_cell input.largecheckbox {
	font-size: large;
}

.twocolform_row .description {
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	color: #666666;
}
.description {
	font-size: 11px;
	color: #666666;
}
input.button_large {
	font-size: large;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
}

hr.separator {
	display: block;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}



h1 {
	font-size: 24px;
	margin: 0;
	padding: 0 0 0.5em 0;
	font-weight: bold;
}

.transparent {
	-moz-opacity: 0.55;
	opacity: 0.55;
	filter: alpha(opacity=55);
}
.clearer {
	clear: both;
}


/* COLOR CHOOSER */

#colorchooser {
	float: right;
	height: 30px;
}
#colors {
	padding-top: 6px;
	height: 14px;
}
#colors img {
	display: inline;
}
#colortext {
	text-align: center;
	color: #888;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
}



/* LEGACY */

.fieldlabel {
white-space: nowrap; 
font-weight: bold;
font-size: 12px;
}
.fieldgroup {
white-space: nowrap; 
font-weight: normal;
font-size: 12px;
}
.help {
	font-size: 10px;
	color: #666666;
}