/* ----------------------------------------------------------------------------------------------------------------------- */
/* Forms ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
form, fieldset {
	margin: 0;
	padding: 0;
}

form, input, textarea, option, select {
	font-family: helvetica, arial, sans serif;
	font-size: 13px;
}

input, textarea, select {
	border: 1px solid #cccccc;
	padding: 8px;
}

select {
	padding: 7px 8px;
}

::-webkit-input-placeholder {
}

:-moz-placeholder { /* Firefox 18- */
}

::-moz-placeholder {  /* Firefox 19+ */
}

:-ms-input-placeholder {  
}

.placeholder {
  color: #aaa;
}

fieldset {
	border: 0;
	margin: 0 0 12px 0;
}

fieldset legend {
	border: 0;
	display: block;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	position: static;
	width: 100%;
}

.field-wrap {
	margin: 0 0 20px 0;
}

.field-wrap label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.field-wrap label em {
	color: red;
	font-style: normal;
	font-weight: bold;
}

.field-wrap input {

}

input.datepicker {
	background: #ffffff url(/images/icons/calendar.gif) 119px 48% no-repeat;
	padding-right: 20px;
	width: 115px;
	cursor: pointer;
}

input.datetimepicker {
	background: #ffffff url(/images/icons/calendar.gif) 195px 48% no-repeat;
	padding-right: 30px;
	width: 180px;
	cursor: pointer;
}

span.checkbox-wrap {
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	display: inline-block;
	margin: 3px;
	padding: 5px 10px 5px 5px;
}

span.checkbox-wrap input {
	border: 0;
	padding: 0;
}

span.checkbox-wrap img {
	margin: -1px 4px 0 0;
	float: left; 
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	width: 20px;
}

.checkbox-wrap label.unchecked,
.checkbox-wrap label.checked {
	background: url(/images/icons/checkbox.png) 0 50% no-repeat;
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding-left: 27px;
	line-height: 25px;
	min-height: 25px;
	opacity: 1;
}

span.checkbox-wrap label.checked {
	background: url(/images/icons/checkbox-checked.png) 0 50% no-repeat;
}

span.checkbox-wrap label.unchecked:hover,
span.checkbox-wrap label.checked:hover {
	opacity: .60;
	filter: alpha(opacity=60);
}

.radio-wrap input {
	border: 0;
	padding: 0;
}

/* Input Sizes */
.field-wrap input.large,
.field-wrap textarea.large,
#recaptcha_response_field {
	width: 342px;
}

.field-wrap select.large {
	width: 360px;
}

.field-wrap input.normal,
.field-wrap textarea.normal {
	width: 160px;
}

.field-wrap select.normal {
	width: 178px;
}

.field-wrap input.short {
	width: 140px;
}

.field-wrap select.short {
	width: 87px;
}

.checkbox {
	vertical-align: top;
	margin-right: 4px;
}

.field-wrap input.error,
.field-wrap select.error,
.field-wrap textarea.error {
	border: 1px solid #ffa3a3;
    -webkit-box-shadow:0 0 2px red; 
    -moz-box-shadow: 0 0 2px red; 
    box-shadow:0 0 2px red; 
}

p.error-msg {
	color: red;
	font-size: 11px;
	margin: 5px 0 0 0;
	line-height: 11px;
	padding: 5px 0 0 0;
}










/* ----------------------------------------------------------------------------------------------------------------------- */
/* Old Styles ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.form { width: 100%; }

form fieldset li, .form td {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding: 4px;
}

.form td {
	min-height: auto;
	padding: 8px;
}

.form td.first {
	width: 120px;
}

fieldset label {
	color: #808080;
	font-size: 90%;
}

fieldset label.block {
	display: block;
	width: auto;
}

form em {
	color: red;
	font-style: normal;
	padding: 0 0 0 2px;
}

form select {
	width: 200px;
}

textarea { 
	border: 1px solid #a5aeb5;
	line-height: 15px;
}

input.datepicker {
	background: #ffffff url(/images/icons/calendar.gif) 72px 48% no-repeat;
	padding-right: 20px;
	width: 65px;
	cursor: pointer;
}

input.datetimepicker {
	background: #ffffff url(/images/icons/calendar.gif) 138px 48% no-repeat;
	padding-right: 20px;
	width: 135px;
	cursor: pointer;
}

form .padding {
	padding: 10px;
}

span.checkbox-wrap {
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	display: inline-block;
	margin: 3px;
	padding: 5px 10px 5px 5px;
}

span.checkbox-wrap input {
}

span.checkbox-wrap img {
	margin: -1px 4px 0 0;
	float: left; 
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	width: 20px;
}

.checkbox-wrap label.unchecked,
.checkbox-wrap label.checked {
	background: url(/images/icons/checkbox.png) 0 50% no-repeat;
	cursor: pointer;
	display: block;
	padding-left: 27px;
	line-height: 25px;
	min-height: 25px;
	opacity: 1;
}

span.checkbox-wrap label.checked {
	background: url(/images/icons/checkbox-checked.png) 0 50% no-repeat;
}

span.checkbox-wrap label.unchecked:hover,
span.checkbox-wrap label.checked:hover {
	opacity: .60;
	filter: alpha(opacity=60);
}

.address-last-row td {
	border-bottom: 4px solid #cccccc;
}

.content-box-item,
.ui-sortable-placeholder {
	background-color: #e9e9e9;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	min-height: 15px;
	display: block;
	margin: 0 0 4px 0;
	padding: 10px 5px;
}

.content-box-item.ui-sortable-helper {
	border: 1px solid #808080;
}

.content-box-item .handle {
	background: #e9e9e9 url(/images/icons/icon_drag.gif) 4px 50% no-repeat;
	cursor: move;
	display: block;
	float: left;
	height: 15px;
	margin: 0 8px 0 0;
	width: 15px;
}
	

.ui-sortable-placeholder {
	border: 1px dashed #000000;
	background: #ffffff;
	height: 20px;
	opacity: .4;
	filter: alpha(opacity=40);
}
	
	
