fieldset, label { margin: 0; padding: 0; }

.field, .fbox {
border-radius: 4px;
padding: 10px;
font-size: 18px;
font-style: normal;
font-weight: normal;
color: #666666;
display: block;
}

.field {
height: 48px;
}

.fbox {
height: 240px;
}

.longform, .longred {
width: 100%;
}

.shortform, .shortred {
width: 54px;
}

.medform, .shortred {
width: 200px;
}

.longform, .shortform, .medform {
background-color: #ffffff;
border: 1px solid #b1b2b3;
}

.longred, .shortred, .medred {
background-color: rgba(245,137,108,1);
border: 1px solid rgba(245,137,108,1);
}

.longform:hover, .longform:focus, .shortform:hover, .shortform:focus, .medform:hover, .medform:focus{
border: 1px solid rgba(245,137,108,1);
}

.longred:hover, .longred:focus, .shortred:hover, .shortred:focus, .medred:hover, .medred:focus {
border: 1px solid #333333;
background-color: rgba(245,137,108,0.5);
}

.button {
width: auto;
border-radius: 4px;
padding: 10px;
padding-left: 30px;
padding-right: 30px;
font-size: 20px;
font-style: normal;
font-weight: normal;
color: #ffffff;
display: block;
height: 48px;
border: 1px solid rgba(245,137,108,1);
background-color: rgba(245,137,108,1);
text-transform: uppercase;
}

.button:hover {
border: 1px solid rgba(194,114,175,1);
background-color: rgba(194,114,175,1);
}

.sublabel {
display: block;
color: #999999;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 14px;
}

.subtext {
display: block;
padding-bottom: 14px;
color: #999999;
}


.fieldmargin {
margin-bottom: 14px;
}

.fieldmtop {
margin-top: 14px;
}

input[type="checkbox"].fcheck, input[type="radio"].fcheck {
    display:none;
}

input[type="checkbox"].fcheck + label span, input[type="radio"].fcheck + label span {
    display:inline-block;
    width:22px;
    height:22px;
	border: 1px solid #b1b2b3;
	border-radius: 3px;
	cursor: pointer;
	vertical-align: middle;
	margin-top: -3px;
}
input[type="checkbox"].fcheck + label span:hover, input[type="radio"].fcheck + label span:hover {
    border: 1px solid rgba(245,137,208,1);
}
input[type="checkbox"].fcheck:checked + label span, input[type="radio"].fcheck:checked + label span {
    background: url(../images/checked.png) left top no-repeat;
}

.fcspan {
display: inline-block;
margin-bottom: 5px;
}

.fieldmright, .fieldmrm {
margin-right: 14px;
display: inline-block !important;
}

.fieldmrl {
display: inline-block !important;
}


@media only screen and (max-width: 980px) {
.shortform, .shortred { width: 48px; }
}

@media only screen and (max-width: 768px) {
.field, .button { height: 42px; font-size: 16px; }
.fbox { height: 200px; font-size: 16px; }
}


@media only screen and (max-width: 680px) {
.fieldmrm { margin-right: 0px;}
}


@media only screen and (max-width: 640px) {
.medform, .medred { width: 160px; }
}


@media only screen and (max-width: 440px) {
.medform, .medred { width: 120px; }
.fieldmright { margin-right: 10px; }	
}