/* 2013 theme */

fieldset{
border:0;
}

form fieldset {
	border: none;
}
	.message {
		padding: 5px;
		padding-right: 15px !important;
		margin: 10px 0;
		border: 1px dotted #666 !important;
		position: absolute;
		top: -50px;
		right: 0;
	}
		.message #close_button {
			position: absolute;
			top: -7px;
			right: -7px;
		}
		.message li {
			list-style-type: none;
		}
		.message a {
			text-decoration: underline;
		}
		.message.good {
			border: 1px dotted #9ce80b !important;
			color: #9ce80b !important;
		}
			.message.good a {
				color: #9ce80b !important;
			}
		.message.bad {
			border: 1px dotted #f26026 !important;
			color: #f26026 !important;
		}
			.message.bad a {
				color: #f26026 !important;
			}
		.message.warn,
		.message.warning,
		.message.required {
			background-color: #FFDFDF;
			border: 1px solid #FF4848 !important;
			color: #383838 !important;
			z-index:100;
		}
			.message.required p {
				color: #383838 !important;
				margin-bottom: 3px !important;
				font-weight:bold;
				font-size:1.1em;
			}
			.message.warn a,
			.message.warning a,
			.message.required a {
				color: #383838 !important;
			}
	span.message {
		width: 300px;
	}
	div.field {
		clear: left;
	}
	div.fieldHolder {
		margin-bottom: 20px;
		margin-bottom: 9px;
	}
	form label,
	form .FormHeading {
		color: #666;
		font-weight: bold;
		margin-bottom: 7px;
		display: block;
	}
		form label span {
			background: #d9e021;
			padding: 2px;
		}	
		form label.left {
			float: left;
			width: 10em;
			padding: 3px;
		}
	form .FormHeading {
		font-size: 18px;
	}
	form input.text,
	form textarea,
	form select,
	.calendardate input {
/*
		border: 1px solid #414042;
*/
		padding: 2px;
		font-size: 16px;
		font-family: Verdana, Arial, sans-serif;
/*
		background-color:#ffffff;
*/
		margin-right:0.5em;
		appearance: none;
	}
	
	form input.text{
/*
		border-radius:2px;
*/
	}
		form input.year {
			width: 35px;
		}
	.checkboxsetfield span {
		display: block;
	}
	/* wont margin the label properly without the extra .05 */
	.checkboxset .optionset {
		padding-left: 10.05em;
	}
		.optionset li {
			list-style-type: none !important;
		}
		.dmycalendardate span {
			display: block;
		}
	p.checkbox {
		padding: 10px 3px 0 10.5em;
	}
		form #actions {
			text-align: right;
		}
		
	.checkbox input {
		float: left;
		width: 15px;
	}
		.checkbox label {
			text-align: left !important;
			padding-left: 20px;
		}


.bg-generic form p.checkbox {
	padding-left: 7em;
	padding-right: 7em;
}

.bg-generic form div.field {
	padding-left: 7em;	
}
	#TellFriendForm_Form div.field {
		padding-left: 0 !important;
	}

.bg-generic form label.left {
	width: 14em;
}

#SubscribeForm {
	position: relative;
	margin: 20px 0;
}
	#SubscribeForm .content {
		margin-top: 30px;
		display: block;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;
		color: #666;
		font-size: 12px;
		background: #fff5e9;
		border: 1px solid #de984b !important;
		color: #de984b !important;
	}
	#Form_SubscribeForm #Email input {
		width: 200px;
	}
	#Form_SubscribeForm .Actions {
		position: absolute;
		top: 64px;
		right: 200px;
	}

.optionset li label {	
	float: left;
    font-weight: normal;
    width: 300px;
}

.optionset li input {
    float: left;
    width: 13px;
}

.button{
height:46px;
padding:10px 20px;
color:#ffffff;
font-weight:bold;
background-color:#000000;
margin:0 5px;
cursor: pointer;
border:0;
font-size: 18px;
font-style:italic;
display:inline;
/*
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
*/
}

.blue-button{
background-color:#3198C4;
border:1px solid #3198C4;
background: -webkit-gradient(linear, left top, left bottom, from(#3BB7EB), to(#0E8ABB));
background: -moz-linear-gradient(top,  #3BB7EB,  #0E8ABB);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3BB7EB', endColorstr='#0E8ABB');

}

.green-button{
background-color:#77ad19;
border:1px solid #77ad19;
/*
background: -webkit-gradient(linear, left top, left bottom, from(#BAE301), to(#83A000));
background: -moz-linear-gradient(top,  #BAE301,  #83A000);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#BAE301', endColorstr='#83A000');
*/
}

.grey-button{
background-color:#b0b0b0;
border:1px solid #a0a0a0;
}

.orange-button{
background-color:#f98303;
border:1px solid #f98303;
/*
background: -webkit-gradient(linear, left top, left bottom, from(#f98303), to(#f47a20));
background: -moz-linear-gradient(top,  #f98303,  #f47a20);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f98303', endColorstr='#f47a20');
min-width:0px;
*/
}
