form {
	background: #f0f0f0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	counter-reset: fieldsets;
	padding: 20px;
	width: 100%;
	margin-bottom: 10px;
}
form img {
	margin: 0.5em 0 0 0.5em;
}
fieldset {
	border: none;
	margin-bottom: 10px;
}
fieldset:last-of-type {
	margin-bottom: 0;
}
legend {
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}
fieldset fieldset legend {
	color: #111111;
	font-weight: normal;
	padding-bottom: 0;
}

label {	
	display: block;
	clear:left;
}
fieldset.radio,
fieldset.checkbox {
	margin-bottom:10px;
}

.checkbox label { 		
	clear:none;	
	display: inline;	
}

.radio label,
.checkbox label { 		
	clear:none;		
}

.radio label,
.checkbox label { 		
	clear:none;		
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
	margin-left: 0;
}

input, textarea, select {
    margin-bottom: 15px;
    outline: medium none;
    padding: 5px;
	clear:right;
}
textarea {	
	width:70%;
	height:60px;
}

input[type="checkbox"], input[type="radio"] { /*IE 9 */
	background: none;
    border: none;
    margin-bottom: 0;
    padding: 0;
}
input:not([type=submit]):focus, textarea:focus {
	border: 2px solid #00b2a9;
}
input.remove {
    padding: 0;
    margin: -40px 5px 0 0;
    height: 15px;
    float: right;
    position: relative;
}
input.remove:focus {
	border:none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-valid {
    display: none;
}
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}
.validation-summary-valid {
    display: none;
}
.field-validation-error {
    clear: both;
    color: #FF0000;    
	margin-top:-15px;/*removes margin from input */
	margin-bottom: 10px;    
    width: 81%;
	display: block;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
div.editor-label{
    margin: 1em 0 0 0;
    display:block;
}
.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}
.text-box {
    width: 100%;
}
.text-box.multi-line {
    height: 6.5em;
}
.tri-state {
    width: 6em;
}
#RegistrationCaptcha_CaptchaIconsDiv
{
    float:right;
}

#RegistrationCaptcha_CaptchaImageDiv
{
    float:left;
}
#RegistrationCaptcha_CaptchaDiv {
	margin-left:25%;
	margin-bottom:25px;
}
.captcha-box
{
    border: 5px;
	margin: 0 auto;
	width:100%;
	display:block;
}
.radio span,
.checkbox span {	
	font-size:0.8em;
}
.radio span.field-validation-error span,
.checkbox span.field-validation-error span {
	margin-left:0;
	font-size:1.3em;
}

@media only screen and (max-width: 768px){
	#RegistrationCaptcha_CaptchaDiv {
		margin-left:0;	
	}	
}

@media only screen and (max-width: 576px){
	textarea {	
		width:100%;		
	}
}

#chkSameDeliveryAddress {    	
    display: inline;	
}

#lblSameDeliveryAddress{	
    display: inline;
    padding-left: 5px;	
    font-weight: normal;
}

.ui-autocomplete {
    max-height: 450px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}

.ui-menu .ui-state-active,
.ui-menu .ui-menu-item-wrapper.ui-state-active{
    color: white !important;	
    background: none;
    background-color: #00b2a9 !important;
    border: none;
}

.ui-menu .ui-menu-item {
    cursor: pointer;	
}

.ui-menu-item-wrapper{	
    padding: 5px;
    border-bottom: dotted 1px;
}

.label-interested-research, .label-subscribe {
    padding-left: 0 !important;
}