@charset "utf-8";
/* CSS Document */

#comm_form {
	margin:12px auto;
	padding: 12px;

	color: #666666;


}

#comm_form input, #comm_form textarea {
	background-color: #ec0081;
	border: none;
	font-size: 13px;
	padding: 3px;
	width: 260px;
	color: #fff;
}

#comm_form input {
	width: 260px;
}

#comm_form span {
	color: #888b9b;
}

#comm_form legend {
	font-size: 18px;
	padding: 3px;
	margin-right: 4px;
}

#comm_form fieldset {
	padding: 10px;
	margin-bottom: 12px;
	border:none;
}

#comm_form label {
	display: block;
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
}


/* button styling */
.buttons {
	background-color: #ec0081;
	border-width: 2px;
	border-color: #BBCFEA;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 2px;
	cursor: pointer;
	width: 90px;
	color: #fff;
	position:relative;
	left:15px;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}

