/* CSS Document */
#bg
{
	background-color:#FFECC2;
}
#bg1
{
	background-color:#999999;
}
#test1
{
	/*color:#B43368;*/
	color:#FFFFFF;
	font:Cambria;
	font-size:200%;
	font-weight:700;
}
#test2
{
	color:#FFFFFF;
	font:Cambria;
	font-size:15px;
}
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #33b5e5;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  display: none;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #178ab4;
}
.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}
#text_format1
{
	font:"Cambria Math";
	font-size:12px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	background-color:#F2F2F2;
}
#text_format2
{
	background-color:#0080C0;
	font:"Cambria Math";
	font-size:15px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	color:#FFFFFF;
}
#but1
{
background:    #c3ddf4;
background:    -webkit-linear-gradient(#c3ddf4, #c3ddf4);
background:    linear-gradient(#c3ddf4, #c3ddf4);
border:        1px solid #569;
border-radius: 5px;
color:         #000;
display:       inline-block;
padding:       8px 20px;
font:          normal 700 12px/1 "Calibri", sans-serif;
text-align:    center;
width:120px;
}
#but2
{
background:    #c3ddf4;
background:    -webkit-linear-gradient(#c3ddf4, #c3ddf4);
background:    linear-gradient(#c3ddf4, #c3ddf4);
border:        1px solid #569;
border-radius: 5px;
color:         #000;
display:       inline-block;
padding:       6px 12px;
font:          normal 700 12px/1 "Calibri", sans-serif;
text-align:    center;
width:180px;
}
#but3
{
background:    #c3ddf4;
background:    -webkit-linear-gradient(#c3ddf4, #c3ddf4);
background:    linear-gradient(#c3ddf4, #c3ddf4);
border:        1px solid #569;
border-radius: 5px;
color:         #000;
display:       inline-block;
padding-left:2px;
padding-right:2px;
padding-bottom:5px;
padding-top:5px;
font:          normal 12px/1 "Calibri", sans-serif;
text-align:    center;
width:auto;
}
#but4 {
  background: #bcc1c4;
  background-image: -webkit-linear-gradient(top, #bcc1c4, #767f85);
  background-image: -moz-linear-gradient(top, #bcc1c4, #767f85);
  background-image: -ms-linear-gradient(top, #bcc1c4, #767f85);
  background-image: -o-linear-gradient(top, #bcc1c4, #767f85);
  background-image: linear-gradient(to bottom, #bcc1c4, #767f85);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 6px 4px 6px;
  text-decoration: none;
}

#but4:hover {
  background: #7b7f82;
  background-image: -webkit-linear-gradient(top, #7b7f82, #bec9d1);
  background-image: -moz-linear-gradient(top, #7b7f82, #bec9d1);
  background-image: -ms-linear-gradient(top, #7b7f82, #bec9d1);
  background-image: -o-linear-gradient(top, #7b7f82, #bec9d1);
  background-image: linear-gradient(to bottom, #7b7f82, #bec9d1);
  text-decoration: none;
}
