.help-block{
	color:#900;
}
.with-errors{
	color:#900;
}
.form-success{
	background-color:#9C3;
	color:#000;
	border-radius:15px;
	padding:20px 0;
	text-align:center;
	margin-bottom:40px;
}
.form-failure{
	background-color:#900;
	color:#fff;
	border-radius:15px;
	padding:20px 0;
	text-align:center;
	margin-bottom:40px;
}
.my-form input{
	border:1px solid #999;
}
.my-form textarea{
	border:1px solid #999;
}
.my-form select{
	border:1px solid #999;
}