/* article */
#content h5 {
	padding: 20px 0 0;
	font-weight: normal;
}
/* site panel */
#col_side #col_info p {
	text-align: center;
	padding: 10px 20px;
}
form {
}
form div.std {
	padding: 0 0 12px;
}
form label {
	display: block;
	padding: 1px 0;
}
form label .compulsory {
	color: #f66;
}
form input, form textarea {
	color: #fff;
	border: 0 none;
	background-color: #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form input.medium {
	width: 200px;
}
form input.large {
	width: 400px;
}
form img.secuimg {
	float: left;
}
form input#cms_security {
	float: left;
	height: 24px;
	padding: 8px 5px;
	border: 0 none;
	border-left: 2px dotted #333;
	vertical-align: middle;
}
form textarea {
	width: 400px;
	height: 200px;
}
form div.form_btn {
	clear: left;
	padding: 10px 0;
}
#content form div.form_btn input {
	font-weight: bold;
	padding: 5px 10px;
	color: #333;
	background-color: #f93;
	border-top: 1px solid #fc6;
	border-right: 1px solid #c60;
	border-bottom: 1px solid #c60;
	border-left: 1px solid #fc6;
	
}
#content .form_footer {
	font-size: .917em;
	color: #999;
}
.tznError {
	color: #f33;
}