
input, textarea, .uneditable-input
{
	width:100%;
}
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"], .uneditable-input
{
	display: inline-block;
	height: 20px;
	padding: 7px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
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: #ffffff;
   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;
	padding: 20px 5px;
     border:none;  
    border: 1px solid #fec722;
        margin: 10px 0;
    box-shadow: none;
    outline: none;
    resize:none;
}
textarea
{width:100% !important;
	height: auto;
}
 [
class*="span"]
{
	float: left;
	min-height: 1px;
	margin-left: 20px;
}
.redspan
{
	color: #F00;
	float: none;
	font-size: 16px;
	margin: 0px;
}
a.button_large, .button_large, .megamenu > li .megamenu_fullwidth a.button_large
{
	border: none;
    outline: none;
    background: #fec722;
	color: #FFF;
	padding: 8px 30px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
}
a.button_large:hover, .button_large:hover, .megamenu > li .drop-down-container a.button_large:hover
{
	background: #333;
}
.span12
{
	width: 940px;
}
.span11
{
	width: 860px;
}
.span10
{
	width: 780px;
}
.span9
{
	width: 700px;
}
.span8
{
	width: 620px;
}
.span7
{
	width: 100%;
}
.span6
{
	width: 460px;
}
.span5
{
	width: 380px;
}
.span4
{
	width: 300px;
}
.span3
{
	width: 100%;
        padding-left: 6px;
}
.span2
{
	width: 100%;
        font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;    padding-left: 6px;
}
.span1
{
	width: 60px;
}
.row
{
	margin-left: -20px; *zoom:1;}
.row:before, .row:after
{
	display: table;
	line-height: 0;
	content: "";
}
.row:after
{
	clear: both;
}
.FormValidation
{
	padding: 5px;
	text-align: center;
	box-shadow: 0px 0px 2px #900;
	border-radius: 5px;
	color: #900 !important;
}
.FormValidationNew
{
	padding: 5px;
	text-align: center;
	box-shadow: 0px 0px 2px #900;
	border-radius: 5px;
	color: #900 !important;
	display:none;
}
h2
{
	font-size: 32px;
	line-height: 36px;
}
h1, h2, h3, h4, h5, h6
{
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
       

}
h2 { font-size: 30px;font-family: "Open Sans", sans-serif;
}
.text-center
{    width:auto;
    display: inline-block;
	text-align: center;
}
select
{
	margin-bottom: 20px;
}
select
{
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
select, input[type="file"]
{
	height: 33px;
	line-height: 30px;
}
hr {display:none;
}