#happyForm{
    position: fixed;
    z-index: 10000;
	bottom: 430px;
}
#happyForm2{
    position: fixed;
    z-index: 9999;
	bottom: 210px;
}
#happyForm_button{
    position: fixed;
    z-index: 9999;
    bottom: 42px;
    display: none;
	cursor: pointer;
}
#happyForm_button2{
    position: fixed;
    z-index: 9999;
    bottom: 120px;
    display: none;
	cursor: pointer;
}
#happyForm div.happyForm-close, #happyForm2 div.happyForm-close{
	background: url(close.png) no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 9px;
	right: 5px;
	z-index: 12;
	border-radius: 16px;
	cursor: pointer;
}
#happyForm .happyForm-wrap, #happyForm_button .happyForm-wrap, #happyForm2 .happyForm-wrap, #happyForm_button2 .happyForm-wrap{
    background: #FFF;
    width: 265px;
    border: 2px solid #fff;
    box-shadow: 0 0 3px;
    z-index: 1000;
    left: 30px;
    position: fixed;
}
#happyForm .happyForm-header p, #happyForm_button .happyForm-header p, #happyForm2 .happyForm-header p, #happyForm_button2 .happyForm-header p{
    text-align: center;
    color: #fff;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 1.25em;
}
#happyForm hr, #happyForm2 hr{
	margin: 2px 20px;
	margin-top: 5px;
	background: none;
	box-shadow: none;
    border-top: 1px solid #e6dffd;
}
#happyForm .happyForm-contacts, #happyForm2 .happyForm-contacts{ 
	overflow: auto; 
}
#happyForm .happyForm-contacts p, #happyForm .happyForm-contacts p{
	clear: both;
	float: left;
	color: #fff;
	margin-bottom: -10px;
	padding: 5px 0 10px 21px;
	font-weight: bold;
	text-indent: 0px;
	font-size: 15pt;
}
#happyForm .happyForm-contacts .input-small, #happyForm2 .happyForm-contacts .input-small, .happyForm .happyForm-contacts textarea{
    margin: 0px;
    margin-left: 20px;
    width: 354px;
    font-size: 16px;
    height: 15px;
    color: #737373;
    border-radius: 3px;
    border: 1px solid #9e9e9e;
    padding: 9px;
}
#happyForm .happyForm-contacts textarea, #happyForm2 .happyForm-contacts textarea{
	resize: none;
	height: 100px;
}
#happyForm .happyForm-contacts div.happyForm-now5, #happyForm2 .happyForm-contacts div.happyForm-now5{
	background: #ff0000;
	padding: 12px 0px;
	border: 1px solid;
	width: 230px;
	border-radius: 6px;
	cursor: pointer;
	margin: 12px auto;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
#happyForm .happyForm-contacts div.happyForm-now5:hover, #happyForm2 .happyForm-contacts div.happyForm-now5:hover{
	color: #FFF;
	background: none;
}
#happyForm img, #happyForm2 img{
    margin-left: 100px;
    margin-top: 10px;
    width: 217px;
    margin-bottom: -10px;
}
#happyForm .happyForm-wrap .happyForm-header, #happyForm_button .happyForm-header{
	background: #67678f;
}
#happyForm2 .happyForm-wrap .happyForm-header, #happyForm_button2 .happyForm-header{
    background: #da3e50;
}
p.text-clock {
    text-align: center;
    color: #262626;
    padding: 4px 7px 3px;
    font-size: 0.875em;
    line-height: 1.44286em;
}
p.text-clock span {
    color: #67678f;
    display: block;
    font-weight: 700;
    font-size: 1.25em;
    padding-top: 7px;
}

@media screen and (max-width: 480px) {
	#happyForm, #happyForm2, #happyForm_button, #happyForm_button2{
		display: none;
	}
}