@charset "utf-8";
/* CSS Document */
form.wufoo{
	color: #7c7c7c;
	font-size: 15px;
	font-weight: normal;
	display: block;
}
.embed #container{
	height: auto !important;
}
.noI form li{
	width: 100% !important;
	padding: 0px !important;
}

/*** Fields' label***/
.noI form li.name_field label, 
.noI form li.mail_field label, 
.noI form li.drop_field label, 
.noI form li.phone_field label, 
.noI form li.date_field label, 
.noI form li.comment_field label{
	padding-bottom: 0px !important;
	margin-left:0px !important;
	margin-right:10px !important;
	width: 100% !important;
}

/******************************* Name, Email, Comment - Fields' input's width *****************************/
/****** Fields' width ******/
.noI form li.name_field, 
.noI form li.mail_field, 
.noI form li.comment_field {
	width: 96.25% !important;
	margin-bottom: 25px;
}
/******* Input Field *****/
.noI form li.name_field div input, 
.noI form li.mail_field div input,
.noI form li.phone_field div input
{
	width: 96.25% !important;
	border: 1px solid #e5adea !important;
	background: #fff;
    height: 27px;
    outline: none;
    padding: 0px 1.56% 0px 1.56%;
	color: #010101 !important;
}
.noI form li.name_field div input:hover{
	border-bottom: 2px solid #8a3792 !important;
}
/******* Textarea *****/
.noI form li.comment_field div textarea{
	width: 96.25% !important;
	border: 1px solid #e5adea !important;
	background: #fff;
    height: 80px;
	padding: 0px 1.56% 0px 1.56%;
	min-width: 0px !important;
	color: #010101 !important;
}
.noI form li.comment_field div textarea:hover{
	border-bottom: 2px solid #8a3792 !important;
}

/************************************ Drop Field/ Time Field ********************************************/

.noI form li.drop_field select {
	border: 1px solid #e9e9e9 !important;
	background: #f5f6f8;
    height: auto !important;
	width: 100% !important;
	
}
.noI form li.drop_field{
	padding-bottom: 0px !important;
}
/***************************************** Phone Field ************************************************/
.noI form li.phone_field {
	width: 100% !important;
	margin-left:0px !important;
	padding:0px;
	padding-bottom:0px;
}
.noI form li.phone_field input{
	background: #f5f6f8;
}
li.phone_field span {
	width: auto;
	margin:0px;
	width: 29.55%;
}
li.phone_field span input {
	border: 1px solid #34bef2 !important;
	background: #ffffff!important;
    height: 27px;
	width: 100%!important;
}
li.phone_field span label {
	margin:0px !important;
	text-align:center !important;
}
li.phone_field span.symbol {
	margin-left: 4px;
	margin-right:4px;
	width:4px;
}
li.phone_field span input#Field6,
li.phone_field span input#Field7 {
	margin: 0px 0px 2px 0px;
}
li.phone_field span input#Field6-1,
li.phone_field span input#Field7-1,
li.phone_field span input#Field7-2 {
	margin: 0px 2px 2px 4px;
}
li.phone_field span input#Field6-2 {
	margin: 0px 0px 2px 6px;
}
/***************************************** Date Field ************************************************/
.noI form li.date_field {
width: 100% !important;
margin-left:0px !important;
padding:0px;
padding-bottom:0px;
}

/* Date field input's width */
li.date_field span {
margin:0px;
overflow: hidden;
width: 15%;
}
li.date_field input {
	border: 1px solid #e9e9e9 !important;
	background: #f5f6f8 !important;
    height: 27px !important;
    padding: 0px 0px 0px 0px;
	width: 100% !important;
}
li.date_field span label {
	font-size: 11px !important;
	margin:0px !important;
	text-align:center !important;
}
li.date_field span.symbol {
	margin-left: 3px;
    margin-right: 6px;
    width: 6px;
}
/*************************** Calender*******************************/
li.date_field span#cal1 {
width:20px !important;
}
div.calendar { 
position: relative;
z-index:3000;
margin-left:-178px;
}
.datepicker {
margin-right:0px !important;
margin-left:5px !important;
}
/*****************************************Choice field******************************************/
.noI form li.choice_field {
	padding-bottom:0px !important; 
}

/********************************************* Error ****************************************************/
form li#errorLi {
margin-left:0px;
}
form li.error {
margin-top:5px !important;
margin-bottom:5px !important;
background: none !important;
}
form li.error p.error {
text-align:center;
padding-bottom: 5px !important;
}
form span.req {
    font-size: 12px !important;
}
/***************************************** Submit Button ************************************************/
form li.buttons {
 margin-left: auto !important;
 margin-right: auto !important;
}
#saveForm {
display: block;
width: 168px;
height: 28px;
cursor: pointer;
font-weight: normal;
margin-top:10px;
margin-bottom:10px;
margin-left: auto;
margin-right: auto;
border-radius: 0px !important;
border: none !important;
background: #8a3792;
font-size: 13px !important;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.111234em;
font-weight: bold;
}
#saveForm:hover{
    background: #fff;
	color: #8a3792;
	border: 1px solid #8a3792 !important;
  
}
/************************************* Thank You - Message *********************************************/
.confirm h2 {
font-size: 13px;
color: #302f30;
background: none;
font-weight: normal;
text-align: left;
margin: 0px;
padding: 0px;
width: 95%;
}
.confirm h2 strong {
color: #3399FF;
}
.embed .confirm h2 {
padding-top:10px;
padding-bottom:10px;
}
div.datepicker:before {
	left: 184px !important;  
}
div.datepicker:after {
	left: 185px !important;                  
}
div.datepicker {
	margin-right: 0px !important;
	margin-left: -182px !important;
}


