/* login */
form#logMeIn {
	float: right;
	padding: 7px 0px 0px 42px;
}

form#logMeIn label {
	display: block;
	height: 18px;
	float: left;
	padding: 1px 5px 0px 5px;
	color: #df0504;
	font-size: 10px;
	font-weight: bold;
}

label.dark {
	color: #aca28a !important;
	padding: 1px 0px 0px 0px !important;
}

div.inline {
	height: 20px;
	float: left;
	padding: 0px 0px 0px 0px;
}

input.loginText {
	border: solid 1px #c8c8c8;
	height: 20px;
	float: left;
	background: url("../img/forms/bg-input.gif") right bottom no-repeat;
	font-size: 10px;
	width: 80px;
}

form#logMeIn input {
	font-size: 10px;
}
form#logMeIn input.loginText{
	height: 17px;
	padding: 1px 0px 0px 2px;
}

input.loginSubmit {
	height: 20px;
	width: 30px;
	margin: 0px 0px 0px 10px;
	background: #df0504;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

/* phone form */
form#telForm{
	margin: 0px 0px 15px 0px;
	background: url("../img/layout/phone.gif") right 3px no-repeat;
}
	
	form#telForm div.line{
		padding: 3px 0px 7px 0px;
	}
	
	form#telForm div.line input,
  form#telForm div.line textarea{
    padding: 4px;
    font-size: 11px;
  }
	
	
	input.textField,
	form#telForm textarea{
		width: 137px;
		border: solid 2px #b5aa91;
		color: #656159;
	}
	
	
	form#telForm textarea{
    height: 60px;
  }

	input#sendForm{
		width: 149px;
		border: solid 2px #bf0000;
		background: #bf0000;
		color: #fff;
		
	}
	
	label.important{
    font-weight: bold;
    text-align: right;
    padding: 0px 5px 0px 0px;
  }
  
  
/* build */
form.create{
	padding: 20px 20px 20px 20px;
	background: #efefef;
} 

div.orderhalf{
	padding: 20px 20px 0px 20px;
	background: #efefef;
} 

  form.create h4{
    color: #000;
  }
  form.create legend { display: none; }
  form.create fieldset { padding-bottom: 10px; }
  
div.center{
  text-align: center;
}
div.regFlineMore,
div.zalLine {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

div.pMore{
	padding: 5px 0px 10px 0px;
}
	div.pMore select{
		width: 217px !important;
	}

div.regFlineMore textarea,
div.regFlineMore input,
div.zalLine textarea,
div.zalLine input{
	border: solid 1px #333;
	padding: 0px 2px 0px 2px;
}

div.regFlineMore { float: left; padding-right: 0px; }
div.regFlineMore input { width: 160px; }

div.regFlineMore select,
div.zalLine select{
  width: 200px;
	border: solid 1px #333;
}

div.regFlineMore textarea{
	width: 620px;
}
div.zalLine textarea{
	width: 610px;
}

div.regFlineMore label{
	display: block;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	width: 120px;
	float: left;
}
div.zalLine label{
	display: block;
	width: 130px;
	float: left;
}

div.zalLine label.step1 {
    font-weight: bold;
    width: 205px;
    padding: 0px 5px 0px 0px;
  }
div.zalLine label.step1s {
    font-weight: bold;
    width: 177px;
    padding: 0px 5px 0px 0px;
  }

div.formHalf{
	width: 50%;
	float: left;
}

div.quad{
	float: left;
	width: 120px;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

div.quad img{
  margin: 5px;
}

div.schemaBlock{
	float: left;
	width: 205px;
	text-align: center;
	padding: 0px 0px 5px 0px;
  margin: 0px 0px 20px 0px;
}
div.schemaBlock img{
	margin: 0px 0px 5px 0px;
	padding: 1px;
	border: solid 2px #777;	
}

.lastLine{
  border-bottom: solid 20px #fff;
}


form.noFormPadding{
  padding: 20px 0px 0px 0px !important;
}

div.section{
  border-bottom: solid 20px #fff;
  padding: 0px 20px 20px 20px;
}


form.noFormPadding p.smallNotice{
background: #fff;
padding: 0px 20px 20px 20px;
margin: 0px;
margin-top: -20px;
}

form.noFormPadding div.section  p.smallNotice{
background: transparent;
padding: 0px;
}

h4.outWhite{
  background: #fff;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 10px 0px;
  font-weight: normal;
}

div.section h4.outWhite{
  background: transparent !important;
  padding: 10px 0px 0px 0px !important;
  margin: 0px 0px 10px 0px !important;

}

.nBorder{
  border: none !important;
}

.check{
	border: none !important;
}
