/* 
	FORMS  -- ALL DEVICES ============================================================================= 
*/
#error { color:red; line-height:normal;}
form { margin : 0; }
.question {font-size : 1em;}
label {
	font-weight : normal;
	cursor : pointer;
	display: block;
	margin:3% 0 0 0;
	position: relative;
	top: 0;
	left: 0;
	font-size : 1em;
	line-height:120%;
}
label span { color: #666; }
label.inline {
	display: inline;
	margin: 0;
}
label span.right {
	position: absolute;
	bottom: 0;
	right: 1em;
	text-align: right;
	color: #999;
}
.captcha {
	border:none;
	background:#FFF;
	text-align:center;
	padding:2% 1% 0 2%;
	width:80%;
	}
label.disabled { color: #ccc; }
input, textarea {
 	width:100%;
	margin: 0;
	border: 1pt solid #CCC;
	font-size : 1.250em;
	padding: 8px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	background: #fff;
	/*-moz-box-shadow: inset 0px 0px 2px #ccc;
	-webkit-box-shadow: inset 0px 1px 2px #ccc;
	box-shadow: inset 0px 1px 2px #ccc;*/
}
select {
	margin: 0;
	border: 1px solid #ccc;
	font-size : 1.250em;
	background: #fff;
	width:100%;
	height:32px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type="search"] { box-sizing : content-box; }
input[type="checkbox"], input[type="radio"] {
	width: 22px;
}
/*input[type="checkbox"], input[type="radio"] {
	box-sizing : border-box;
	width: 22px;
	outline: 0 !important;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}*/

button::-moz-focus-inner, input::-moz-focus-inner {
padding : 0;
border : 0;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#bbb;}
 input::-webkit-input-placeholder, input:-moz-placeholder,  .placeholder {
 color:#bbb;
}
input::-moz-focus-inner {
border:0;
}
input:focus { border: 1px solid black; }

input:required  {
	background-color: #fff;
}
input[disabled="disabled"], input.disabled {
	color: #999;
	background: #f5f5f5;
	-moz-box-shadow: inset 0px 0px 2px #ddd;
	-webkit-box-shadow: inset 0px 1px 2px #ddd;
	box-shadow: inset 0px 1px 2px #ddd;
}
button, search, input, select, textarea {
	font-size : 1.250em;
	margin : 0;
	vertical-align : baseline;
}
button, input { line-height : normal; *overflow : visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color:#AC162C;
	border:none;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
	font-style:normal;
	padding:10px 15px;
	text-decoration:none;
	text-align:center;
	width:auto;
}
button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f4d7c), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #0f4d7c 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f4d7c', endColorstr='#3d94f6');
	background-color:#3d94f6;
}
button:active {
	position:relative;
	top:1px;
}
/* This is the style of our error messages */
label.error {
	color: red;
	margin:0;
}
div.error { display: none; }

select.error, input.error, textarea.error  { border: 1px solid red; background: #ffdddd;}
.form_rule {
	border-bottom:1px solid #CCC;
	margin:1em 0;
}
.form_rule_above {
	border-top:1px solid #CCC;
	padding:1em 0;
}
/*
	Add field specific styles here
*/
.highlight {
	text-align:left;
	font-size : .850em; 	/* 11px	/ 8pt */
	font-style:italic;
	line-height:1.3em;
	background-color:#FFC; 
	border-radius:10px; 
	padding:.8em;
	margin:1% 0; 
}

.radio {
	font-size:1.25em;
	}

/* 
	TABLET/DESKTOP LAYOUT  ============================================================================= 
*/
@media only screen and (min-width: 600px) {
/*  FORM LABELS */
label span {
	color: #666;
	font-size : .8em; 	
}
select, input, textarea, .highlight, legend {
	font-size : .8em; 
}
.error {font-size : .7em;}
.radio {
	line-height:1em;
	}
}
