


#content label { 
	display:block;
	font-weight:bold;

}

#column-3 label { 
    font-size: 0.9em;
    line-height: 1.2em;
	margin-bottom: 5px;
}


div#column-3 textarea, div#column-3 input, div#column-3 select { 
	margin-bottom: 10px;
	font-size: 13px;
}

#content input, #content textarea,#content select {
	display:block;
	margin-bottom:10px;
	width:90%;
	font-family: Helvetica, Arial, sans-serif;
	border: solid 1px #CCCCCC;
	font-size:15px;
	padding: 3px;
	color:#434343;
	background-color:#e2e2e2 !important ;
}

#content textarea {
	height:100px;
}

#content select {
	width:auto;
	font-size:12px;
	
}

#content input.button {
	width:70px;
	font-weight: bold;
	color: #ffd30c;
	background-color: #3b3335 !important ;
	font-size: 12px;
	padding: 2px 15px;
	cursor:pointer;
	border: solid 1px #3b3335;
}

#content .checkboxes input {
	display:inline;
	margin-bottom:20px;
	width:15px;
	border: none;
}


#content  input.hidden {
	display:none;
}

#content .checkboxes label {
	font-weight:normal;
	display:inline;
	padding-right:25px;

}


