@import url(/assets/templates/forms.css);
/* Contact form styles */
#mainContent {
	margin: 0 5px 0.5em;
	float: left;
	width: 610px;
	padding: 0;
	}

.row {
  clear: both;
  padding-top: 6px;
  overflow:hidden;
  }
  
.edLabel {
	font-size: 1em;
	line-height: 1.6em;
	margin-right: 10px;
	width: 100px;
	float: left;
	}

.cRbutton  {
	font-size: 0.8em;
	color: green;
	}

#contactForm {
	width: 310px;
	float:left;
	}
	
#contactForm fieldset {
	padding: 0;
	padding-left: 5px;
	}

#contactPostal {
	float: left;
	width: 245px;
	margin-left: 1em;
	margin-bottom:1em;
	}

#contactPrivacy {
	width: 255px;
	float: left;
	margin-left: 1em;
	}

#contactForm legend, 
#contactPostal legend, 
#contactPrivacy legend {
	color:#009900;
	padding: 0 0.5em;
	}

#contactForm .edLabel {
	width: 60px;
	}

#caption .edLabel, #alttext .edLabel {
	width: 80px;
	}

.edField {
	float: left;
	}
		
#itemedit input, #itemedit textarea {
	border: 1px solid #666666;
	padding: 2px;
	font: 1em Verdana, Arial, sans-serif;
	}	
		
#itemedit .wide {
	width: 400px;
	}			

#caption .wide, #alttext .wide {
	width: 350px;
	}

#itemedit .medium {
	width: 200px;
	}			

#itemedit .date {
	width: 6em;
	}

#itemedit .time {
	width: 3em;
	}

#itemedit textarea {
	width: auto;
	}
		
#itemedit #submitButton,  
#contactForm #submitButton{
	width: auto;
	}		

#contactForm input.field {
	width: 200px;
	}

#contactForm textarea {
	width: auto;
	}

#contactForm #cMessage {
	margin-top: 0.5em;
	}

#cdate {
	float: left;
	width: 300px;	
	}

#cdate2	{
	float: left;
	}

#cdate .cDMonth {
	float: left;
	width: 60px;
	margin-left: 4px;
	margin-bottom: 2px;
	background-color:#CFC;
	}

#cdate label {
	margin-left: 2px;
	}

.cDYear {
	float: left;
	background-color:#CFC;
	margin-bottom:2px;
	}

.cDYear label{
	margin-left: 2px;
	}

