.clearfix{*zoom:1}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.
clearfix:after {
	clear:both
	}
.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
	}
	

/** INPUT **/
label,input,button,select,textarea {
	font-size: 9pt;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Mulish', Arial, Helvetica, sans-serif;	
	}
	
input,button,select,textarea {
	font-family: 'Mulish', Arial, Helvetica, sans-serif;
	}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type=submit] .uneditable-input{
	display: inline-block;
	height: 40px;
	width: 90%;
	padding: 5px 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 10pt;
	line-height: 20px;
	color: #e36127;
	vertical-align: middle;
	font-family: 'Mulish', Arial, Helvetica, sans-serif;	
	}
	
.comment {
	font-family: 'Mulish', Arial, Helvetica, sans-serif;	
}
	
@media only screen and (min-width: 481px) {
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type=submit] .uneditable-input{
	width: 90%;
	font-family: 'Mulish', Arial, Helvetica, sans-serif;	
	}
}
	
textarea {
	height:auto
	}
	
	.sus-btn {
	display: inline-block;
*display:inline;
*margin-left:0;
font-family: 'Mulish', Arial, Helvetica, sans-serif;									
font-size: 12pt;
	line-height: 16pt;
	padding: 5px 15px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #e36127;
	border: 0px solid #e36127;
}

.sus-btn select {
	border: 2px #000000;
	border-radius: 30px;
}

.sus-btn:hover, .sus-btn:focus,.sus-btn:active, .sus-btn.active, .sus-btn.disabled, .sus-btn[disabled] {
	color: #fff;
	background-color: #629736;
	*background-color: #629736;
	}
.sus-btn:active, .sus-btn.active {
	color: #fff;
	background-color: #629736;
	}

/** **/

textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #fff;-webkit-box-shadow:inset 0 1px 1px white;-moz-box-shadow:inset 0 1px 1px white;box-shadow:inset 0 1px 1px white;-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:white;outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px white,0 0 8px white;-moz-box-shadow:inset 0 1px 1px white,0 0 8px white;box-shadow:inset 0 1px 1px white,0 0 8px white}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;*margin-top:0;line-height:normal}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px}select{width:220px;background-color:#fff;border:0px solid #fff; border-radius: 30px;}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.uneditable-input,.uneditable-textarea{color:#999;cursor:not-allowed;background-color:#fcfcfc;border-color:#fff;-webkit-box-shadow:inset 0 1px 2px white;-moz-box-shadow:inset 0 1px 2px white;box-shadow:inset 0 1px 2px white)}.uneditable-input{overflow:hidden;white-space:nowrap}.uneditable-textarea{width:auto;height:auto}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}


/** NORMALIZE **/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}


audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}


html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}
