/* reset appearance of all elements */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*in your css hide the field so real users cant fill it in*/
form #website{ display:none; }

/* default bottom-margin for content elements */
p, table, dl, ol, ul {
	margin-bottom: 1em;
}

/* default body font */
body {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
}
/* default links */
a {
	text-decoration:none;
	color:#0353a0;
}
a:hover {
	text-decoration:underline;
	color:#0353a0;
}
a.prev {
	padding-left: 7px;
}
a.next {
	padding-right: 7px;
}
img {
	display:block;
}
.buttonAlt {
    -moz-transition: all 0.2s ease-out 0s;
}
/* headers */
h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.3;color:#0353a0; }
h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 { font-size: 21px; margin-bottom: 12px; }
h2 { font-size: 18px; margin-bottom: 7px; }
h3 { font-size: 16px; margin-bottom: 3px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

/* default list positioning  */
ol, ul { margin-left: 30px; }

ul.bullets { 
	margin-left: 0; list-style: none; 
}
ul.bullets li { 
	margin: 0 0 5px 0; padding: 0 0 0 18px; 
	background: url(/images/bullet.gif) no-repeat 5px 6px;
	line-height: 1.3;
}

/* default table cell styling */
th, td {
	padding: 5px 10px 5px 0px;
	vertical-align: top;
	text-align: left;
}

/* various */
em, i			{ font-style: italic; }
strong, b		{ font-weight: bold; }
hr				{ height: 1px; border: none; border-top: 1px solid #ccc; }
address			{ font-style: normal; }
acronym, abbr 	{ cursor: help; border-bottom: 1px dotted #ccc; }
.nowrap			{ white-space: nowrap; }
.bold			{ font-weight: bold; }
.normal			{ font-weight: normal; }
.caps			{ text-transform: uppercase; }
.larger			{ line-height: 1.4; font-size: 1.4em; }
large, .large	{ line-height: 1.4; font-size: 1.2em; }
.medium			{ line-height: 1.4; font-size: 0.9em; }
small, .small	{ line-height: 1.2; font-size: 0.8em; }
.smaller		{ line-height: 1.2; font-size: 0.7em; }
.smallest		{ line-height: 1.2; font-size: 0.6em; }

/* alignment */
.left			{ float: left; display: inline; }
.right			{ float: right; display: inline; }
.imgLeft		{ float: left; display: inline; margin: 0.25em 2.5em 0.5em 0; }
.imgRight		{ float: right; display: inline; margin: 0.25em 0 0.5em 2.5em; }
.txtLeft		{ text-align: left !important; }
.txtRight		{ text-align: right !important; }
.center			{ text-align: center !important; }
.valignTop		{ vertical-align: top !important; }
.valignMiddle	{ vertical-align: middle !important; }
.valignBottom	{ vertical-align: bottom !important; }
sup, sub { line-height: 1; font-size: 50%; vertical-align: text-top; }
sub { vertical-align: text-bottom; }

/* button */
.buttonAlt:hover {
	filter: alpha(opacity=65); -ms-filter: "alpha(opacity=65)"; -khtml-opacity: .65; -moz-opacity: .65; opacity: .65; 
}

/* float clearing */
.clear,
.clearBoth,
.clearLeft,
.clearRight {
	clear: both;
	margin: 0; padding: 0;
	height: 0; line-height: 0%; font-size: 0;
	overflow: hidden; visibility: hidden;
}
.clearLeft	{ clear: left; }
.clearRight	{ clear: right; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
.ie6 .clearfix {
    height: 1%; overflow: visible;
}

/* form elements */
fieldset {
	margin: 0 0 15px 0; padding: 20px;
	border: 1px solid #d8d8d8;
}
.lt9 fieldset { padding-top: 0; }
fieldset.noStyle { margin: 0; padding: 0; border: 0; }
legend {
	padding: 0 7px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #a5a5a5;
}
.lt8 legend { position: relative; margin-left: -8px !important; margin-bottom: 10px; }
.ie8 legend { margin-bottom: 10px; }
label {
	cursor: pointer;
}

/* fields */
input, textarea, select {
	font: 11px/14px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #616161;
}
.disabled input, .disabled textarea, .disabled select {
	color: #ced9e1;
}
.focus input, .focus textarea, .focus select {
	color: #27343f;
}
input.textfield {
	background: none; border: solid 1px #dddddd; padding: 5px; width:250px;
}
textarea.textarea {
	overflow: auto;
	background: none; border: none;	padding: 0;
}
textarea {
    resize: none;
}
select.select {
	vertical-align: middle;
}
input.check, input.radio, label {
	cursor: pointer;
}
.required {
	padding-left: 2px;
	color: #000000;
}
.error {
	color: #ff0000;
}
.comment {
	padding: 5px 0;
	font-size: 0.95em; line-height: 1.2;
	color: #777777;
}
.comment a {
	color: #777777;
}
.comment a:hover {
	color: #4e6273;
}

/* form layout */
ul.formfields {
	margin: 0; padding: 0;
	list-style: none;
	color: #000000;
} 
ul.formfields li {
	clear: both;
	margin: 0; padding: 0 0 10px 0;
	height: 30px;
	background: none;
}
ul.formfields div.label {
	float: left; display: inline;
	width: 105px;
	padding-top: 6px;
	margin: 0 0 5px 0;
}
ul.formfields div.input {
	float: left; display: inline;
	width: 200px;
	margin: 0 0 5px 0;
}
ul.formfields div.error-message {
	position: relative;
	clear: both; float: left; display: inline;
	width: 180px;
	line-height: 1.3;
	font-size: 10px;
	padding:13px 20px 7px 10px;margin: 0 0 10px 105px;
	font-size:11px;
	background:url('../img/bg_error.png') no-repeat;
	color:#ff2e2e;
}
ul.formfields div.error-message .arrow {
	position: absolute; top: -5px; left: 12px;
	width: 12px; height: 5px;
}
ul.formfields .label label {
	padding: 0 5px 0 0;
}
.field {
	position: relative;
}
ul.formfields .input .left label,
ul.formfields .input .right label {
	float: left; display: inline;
	padding-top: 4px; padding-right: 3px;
}
ul.formfields .input .left .field,
ul.formfields .input .right .field {
	float: left; display: inline;
}
/* checkbox / radiobutton */
ul.formfields li.check {
	min-height: 22px;
}
ul.formfields li.check div.input {
	padding-top: 3px;
	width: 25px;
}
.lt8 ul.formfields li.check div.input input {
	margin-top: -3px;
}
ul.formfields li.check div.label {
	width: 265px;
}

/* below (label and input below eachother) */
ul.formfields li.below div.input {
	float: none; display: block;
	width: 290px;
}
ul.formfields li.below div.label {
	float: none; display: block;
	width: 290px;
}

/* widths */
.formfields .field {
	position: relative;
	height: 25px;
	background-image: url('../img/sprite_inputs.png');
	background-repeat: no-repeat;
	color:#818181;
}
.formfields .area {
	position: relative;
	background-image: url('../img/sprite_textareas.png');
	background-repeat: no-repeat;
	color:#818181;
}
.formfields .largerTextarea {
    background-position: 0 -250px;
    height: 140px;
    width: 340px;
	color:#818181;
}


	.formfields .field input,
	.formfields .field label,
	.formfields .field .hint,
	.formfields .area textarea,
	.formfields .area label,
	.formfields .area .hint {
		overflow: hidden;
		padding: 4px 7px 0 8px;
		line-height: 14px;
		
	}
	.formfields .field input,
	.formfields .area textarea {
		position: relative; z-index: 2;
		background: none;
	}
	.formfields .area textarea {
		overflow: auto;
	}
	/* chrome / safari FIX */
	@media screen and (-webkit-min-device-pixel-ratio:0) { 
		.formfields .field input { top: 3px; }
		.formfields .area input { top: 3px; }
	}
	.lt8 .formfields .field input,
	.lt8 .formfields .area textarea {
		padding-top: 5px;
	}
	.formfields .field label,
	.formfields .area label,
	.formfields .field .hint,
	.formfields .area .hint {
		position: absolute; top: 0; left: 0; z-index: 1;
	}
	.formfields .field label,
	.formfields .area label {
		color: #4e6273;
	}
	.formfields .field div.hint,
	.formfields .area div.hint {
		font-style: italic;
		color: #777777;
	}
	formfields .disabled label,
	.formfields .disabled .hint {
		color: #777777;
	}
	.formfields .field.focus label,
	.formfields .field.filled label,
	.formfields .field.focus .hint,
	.formfields .field.filled .hint {
		display: none;
	}

.formfields .defaultWidth {
	width: 210px;
	background-position: 0 0;
}
.formfields .focus.defaultWidth {
	background-position: 0 -50px;
}
.formfields .error.defaultWidth {
	background-position: 0 -100px;
}
.formfields .disabled.defaultWidth {
	background-position: 0 -150px;
}
	.formfields .defaultWidth input,
	.formfields .defaultWidth .hint {
		width: 186px;
	}
.formfields .width2 {
	width: 34px;
	background-position: -300px 0;
}
.formfields .focus.width2 {
	background-position: -300px -50px;
}
.formfields .error.width2 {
	background-position: -300px -100px;
}
.formfields .disabled.width2 {
	background-position: -300px -150px;
}
	.formfields .width2 input,
	.formfields .width2 .hint {
		width: 20px;
	}
.formfields .width3 {
	width: 42px;
	background-position: -400px 0;
}
.formfields 3.focus.width {
	background-position: -400px -50px;
}
.formfields .error.width3 {
	background-position: -400px -100px;
}
.formfields .disabled.width3 {
	background-position: -400px -150px;
}
	.formfields .width3 input,
	.formfields .width3 .hint {
		width: 28px;
	}
.formfields .width4 { 
	width: 50px;
	background-position: -500px 0;
}
.formfields .focus.width4 {
	background-position: -500px -50px;
}
.formfields .error.width4 {
	background-position: -500px -100px;
}
.formfields .disabled.width4 {
	background-position: -500px -150px;
}
	.formfields .width4 input,
	.formfields .width4 .hint {
		width: 36px;
	}
.formfields .width5 { 
	width: 59px;
	background-position: -600px 0;
}
.formfields .focus.width5 {
	background-position: -600px -50px;
}
.formfields .error.width5 {
	background-position: -600px -100px;
}
.formfields .disabled.width5 {
	background-position: -600px -150px;
}
	.formfields .width5 input,
	.formfields .width5 .hint {
		width: 45px;
	}
.formfields .width6 { 
	width: 67px;
	background-position: -700px 0;
}
.formfields .focus.width6 {
	background-position: -700px -50px;
}
.formfields .error.width6 {
	background-position: -700px -100px;
}
.formfields .disabled.width6 {
	background-position: -700px -150px;
}
	.formfields .width6 input,
	.formfields .width6 .hint {
		width: 53px;
	}
.formfields .width7 { 
	width: 75px;
	background-position: -800px 0;
}
.formfields .focus.width7 {
	background-position: -800px -50px;
}
.formfields .error.width7 {
	background-position: -800px -100px;
}
.formfields .disabled.width7 {
	background-position: -800px -150px;
}
	.formfields .width7 input,
	.formfields .width7 .hint {
		width: 61px;
	}
.formfields .width8 { 
	width: 82px;
	background-position: -900px 0;
}
.formfields ..focuswidth8 {
	background-position: -900px -50px;
}
.formfields .error.width8 {
	background-position: -900px -100px;
}
.formfields .disabled.width8 {
	background-position: -900px -150px;
}
	.formfields .width8 input,
	.formfields .width8 .hint {
		width: 68px;
	}
.formfields .width9 { 
	width: 91px;
	background-position: -1000px 0;
}
.formfields .focus.width9 {
	background-position: -1000px -50px;
}
.formfields .error.width9 {
	background-position: -1000px -100px;
}
.formfields .disabled.width9 {
	background-position: -1000px -150px;
}
	.formfields .width9 input,
	.formfields .width9 .hint {
		width: 77px;
	}
.formfields .width10 { 
	width: 100px;
	background-position: -1100px 0;
}
.formfields .focus.width10 {
	background-position: -1100px -50px;
}
.formfields .error.width10 {
	background-position: -1100px -100px;
}
.formfields .disabled.width10 {
	background-position: -1100px -150px;
}
	.formfields .width10 input,
	.formfields .width10 .hint {
		width: 86px;
	}
.formfields .defaultTextarea {
	width: 200px; height: 86px;
	background-position: 0 0;
}
.formfields .focus.defaultTextarea {
	background-position: -300px 0;
}
.formfields .error.defaultTextarea {
	background-position: -600px 0;
}
.formfields .disabled.defaultTextarea {
	background-position: -900px 0;
}
	.formfields .defaultTextarea textarea,
	.formfields .defaultTextarea .hint {
		width: 186px; height: 72px;
	}
	
.formfields .largeTextarea {
	width: 290px; height: 140px;
	background-position: 0 -100px;
}
.formfields .focus.largeTextarea {
	background-position: -500px -100px;
}
.formfields .error.largeTextarea {
	background-position: -1000px -100px;
}
.formfields .disabled.largeTextarea {
	background-position: -1500px -100px;
}
	.formfields .largeTextarea textarea,
	.formfields .largeTextarea .hint {
		width: 276px; height: 126px;
	}