/* Header */

#content-header {
	/*background: url('../images/bg/bg-bargain-alert-grey.png') #edefed no-repeat right 50px;*/
}

#content-header > .block {
width: 100%;
}

#content-header table {
	margin-top: 20px;
	font-size: 12px;
	width: 92% !important;
	margin-left: 4%;
	margin-right: 4%;
}
#content table {
	width: 92% !important;
	margin-left: 4%;
	margin-right: 4%;
}
#content-header {
	padding-bottom: 35px;
}

h1 {
	margin-bottom: 30px;
}

#nav-wrapper {
	height: 60px;
    /* min-width: 900px; */
}

/* Content */
#content {
	width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}

#content-header input[type=text],
#content input[type=text],
#content-header input:not([type]),
#content input:not([type]),
#content-header textarea,
#content textarea,
#content-header select,
#content select {
	width: 100% !important;
}

/* Form */

label {
	display: block;
	/*line-height: 3;*/
	font-size: 13px;
	color: #7c7c7c;
	margin-right: 20px;
}

label.ui-corner-all {
	line-height: initial;
}

#content-header label {
	margin-right: 16px;
}

#content input[type="text"], #content input:not([type]), .block input[type="text"], .block input:not([type]) {
	margin-top: 0px;
	height: 20px;
	text-indent: 5%;
	border: 1px solid #ccc;
}

#content input[type="checkbox"] {
	/*-webkit-appearance: none;*/
	width: 15px;
	height: 15px;
	margin: 7px 10px 0px 0px;
	background: white;
	border: 1px solid #ccc;
}

#content input[type="submit"] {
	float: right;
	padding: 6px 30px;
	margin-right: 25%;
	background-color: orange;
	border-radius: 2px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	margin-top: 20px;
	border: none;
}

#content input[type="submit"]:hover {
	background-color: #ee6100;
	
}

/* td textarea {
    width: 550px;
    height: 300px;
} */

td textarea {
  border-color: #ccc;   
    max-width: 550px;
}

sup {
	position: absolute;
	right: 7px;
	margin-top: -24px;
}

#content-header select,
#content select {
	background: url('../../img/btn/btn-select.png') #fff right 8px no-repeat;
	min-width: initial;
	padding: 0px;
	margin-top: 0px;
	border: 1px solid #ccc;
	margin-bottom: 0px;
	height: 25px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-appearance: none;  /*Removes default style Firefox*/
}

#content-header .small_contact {
	width: 45%;
}
.required-fields {
	font-size: 13px;
	color: #7c7c7c;
	padding-left:0px; 
	float:left;
}