#colorbox .btn{width:266px; font-size: 16px;}
.webform{
	text-align: center;
	padding: 30px;
}
.form-header {
	font-size: 22px;
	text-align: center;
	margin-bottom: 25px;
	font-weight:700;
}
.webform .form-text {
	font-family: 'Roboto', sans-serif;
	padding: 15px 14px 12px 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #8b8b8b;
	width: 100%;
	margin: 0px auto; margin-bottom: 8px;
	font-size: 16px;
	display: block;
	text-transform:uppercase;
}
input{
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0);
	box-shadow: 0 0 0px rgba(0,0,0,0);
}