* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,tt,var,b,u,i,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	vertical-align:baseline;
	font-size:100%;
	margin:0;
	padding:0;
	outline:0;
	border:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

html {
	height:100%;
	overflow-y:auto;
}

body {
	min-height:100%;
	background:#fff;
}

input {
	width: 100%;
	height: 30px;
	font-family: 'Gotham Book', sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	border: 1px solid white;
}

Input-Error {
	border: 1px solid #b03333;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

ul {
	padding-left:30px;
}

img {
	border:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

.clearfix:before,.clearfix:after {
	content:" ";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	*zoom:1;
}