/* 11. CONTACT & COMMENT FORMS
============================================================================ */

.zemContactForm fieldset, #comments fieldset {
	float: left;
	clear: left;
	margin: 0 0 1.5em 0;  
	padding: 0;
	border:1px dotted #FFF;
	width: 588px;
	}

#comments fieldset {width:280px}

#comments fieldset.submit {border:none;}

.zemContactForm legend, #comments legend {
	margin:0.5em;
	padding:0 0.5em;
	background-color:#61787D;
	}

#comments legend {
	background-color:#C1CACC;
	}

.zemContactForm fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none; 
	}

#comments fieldset ol {
	margin:5px;
	padding: 5px;
	list-style: none; 
	}

.zemContactForm fieldset li {  
	float: left;  
	clear: left;  
	padding-bottom: 0.5em;
	margin-left:0;
	width: 100%;
	list-style:none;
	}

#comments fieldset li {  
	float: left;  
	clear: left;  
	padding:0 0 0.5em;
	margin-left:0;
	width: 100%;
	list-style:none;
	}

.zemContactForm label {  
	float: left;
	margin-right: 0.5em;
	padding-right:10px;
	width: 100px;  
	text-align:right;
	line-height:1.5em;
	}

#comments label {
	line-height:1.5em;
	display:block;
	}

.zemContactForm input, #Message, #comments input, #comments #message {border:1px solid #282D31;}

#Message {width:400px;}

.txpCommentInputMessage {width:258px;}

.zemContactForm fieldset.submit, #comments fieldset submit {   
	float: none;
	border-style: none;
	margin-bottom:0;
	width: auto;  
	background-color: transparent;
	background-image:none;
	}

.zemContactForm .zemError, ul.comments_error {
	margin:0;
	padding:1em 1em 0.5em;
	background-color:#5C0B19;
	color:#FFF;
	overflow:hidden;
	border:1px solid #FFF;
	}

.zemContactForm .zemError li, ul.comments_error li {
	padding-bottom:0.5em;
	}

input.zemRequirederrorElement, message.zemRequirederrorElement {background-color:#CCC;}

.zemContactForm fieldset.submit input, #comments fieldset.submit input {
	border:1px solid #282D31;
	padding:0.25em 0.5em;
	width:auto;
	background-color:#FFF;
	color:#282D31;
	text-transform:lowercase;
	}

input.disabled {opacity:.5;}

label.zemRequired, label.zemRequirederrorElement {
	background:transparent url(/site_images/required-dk.gif) top right no-repeat;
	}

#comments label, p.required {
	padding-left:12px;
	background:transparent url(/site_images/required.gif) top left no-repeat;
	}

p.zemRequired {
	padding-left:12px;
	background:transparent url(/site_images/required-dk.gif) top left no-repeat;
	}

/* 13: COMMENTS - SPECIFIC
============================================================================ */

#cpreview {
	margin-bottom:1em;
	padding:1em 1em 0.5em;
	background-color:#282D31;
	color:#FFF;
	}

#cpreview, p.details {
	font-style:italic;
	}

#cpreview .announcement, #cpreview .announcement a {
	font-style:normal;
	color:#FFF;
	}
	
	/* 2b. hCard
============================================================================ */

.fn, .type {
	font-weight:bold;
	border-top:1px dotted #FFF;
	padding-top:0.5em;
	}

.adr {
	padding:0 0 0.75em;
	}

.vcard p {
	margin-bottom:0.75em;
	}