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

.blog #content label { 
	display:inline;
	font-weight:bold;
}
 
#content input, #content textarea,#content select {
	margin-bottom:10px;
	width:60%;
	font-family: Helvetica, Arial, sans-serif;
	border: solid 1px #CCCCCC;
	font-size:15px;
	padding: 3px;
	color:#333333;
	background-color:#FFFFFF !important ;
}
 
#content textarea {
	height:100px;
}
 
#content select {
	width:auto;
	font-size:12px;
	
}
 
#content input.button, .jot-form #submit {
	width:100px;
	font-weight: bold;
	color: #FFF;
	background-color: #363A3D !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;
 
}

.blog #content input#submit, .jot-form #submit {
	width:130px;
}
 
.jot-form img {
	margin-bottom: 10px;
}

.jot-form #submit {
	margin-top: 10px;
}
