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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

body {
	background:#ED6604;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}

.clear {
	clear:both;
}

a {
	color:#fff;
}

p {
	margin:.5em 0 .5em 0;
}

h1, h2, h3 {
	margin:0 0 .5em 0;
}


fieldset {
	border:0 none;
	padding:0;
	margin:1em 0 1em 0;
}

fieldset legend {
	display:none;
}

fieldset label {
	font-size:.9em;
	display:block;
	padding-bottom:1px;
	height:15px;
}

fieldset label.il {
	display:inline;
}

fieldset span.pseudo_input,
fieldset input.t,
fieldset textarea.t,
fieldset select.s  {
	background:#fff;
	border:1px solid #e9e9e9;
	padding:2px;
	color:#000;
	margin:0 0 .5em 0;
}

fieldset input.t {
	width:150px;
}

fieldset select.s {
	padding:1px 3px 1px 3px;
}

.email_code_wrap input.t,
.sms_code_wrap input.t {
	width:64px;
}

.mobilewrap .mobileprefix,
.mobilewrap .mobilenumber,
.name_wrap .salutation_wrap,
.name_wrap .firstname_wrap,
.name_wrap .lastname_wrap,
.codewrap .email_code_wrap,
.codewrap .sms_code_wrap   {
	float:left;	
}

.mobilewrap .mobileprefix,
.name_wrap .salutation_wrap,
.name_wrap .firstname_wrap,
.codewrap .email_code_wrap {
	margin-right:10px;
}

.mobilewrap .mobileprefix select.s {
	width:80px;	
}

.mobilewrap .mobilenumber input.t {
	width:160px;
}


.error {
	color:#ff0000;
}

ul.error {
	border: 1px solid #ff0000;
	list-style-type:none;
	padding:10px 10px 0 10px;
	background:#ffcc00;
	margin-right:1em;
	
}
ul.error li {
	padding:0 0 10px 0;
}


fieldset span.pseudo_input.error,
fieldset input.t.error,
fieldset textarea.t.error,
fieldset select.s.error {
	border: 1px solid #ff0000;
	background: #ffcc00;
}

div.gallery_images {
	margin:1em 0 0 0;
}

div.gallery_images div.image_wrap {
	float:left;
	margin:0 1em 1em 0;
}

