iframe{
	border:none;
	height:300px;
	margin:0;
	padding:0;
	position:absolute;
	width:400px;
	overflow:hidden;
}
#broughtBy{
	background:url("../images/presented_by.png");
	display:none;
	height:149px;
	position:absolute;
	width:807px;
}
#content{
	background:url("../images/callme_bg.png");
	color:#000;
	font-family: 'Oswald', Arial, sans-serif;
	font-size:30px;
	height:153px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:557px;
	z-index:1000;
}
#callForm{
	left:27px;
	position:absolute;
	top:78px;
}
::-webkit-input-placeholder{color:#888;}
::-moz-placeholder{color:#888;}
:-ms-input-placeholder{color:#888;}
input:-moz-placeholder{color:#888;}
input{
	background-color:#eee;
	border:1px solid #aaa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#48b605;
	float:left;
	font-size:28px;
	height:30px;
	margin-top:11px;
	padding:0;
	text-align:center;
}
input[type=submit]{
	background:transparent url('../images/inputCallMe.png') 0px 0px;
	border:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	color:#fff;
	float:right;
	height:54px;
	margin-top:0px;
	overflow:hidden;
	width:153px;
}
input[type=submit]:hover{
	background:transparent url('../images/inputCallMe.png') 0px 54px;
	cursor:pointer;
}
#dsSpan{
	float:left;
	margin:5px 3px 0 3px;
}
#bgSpan{
	background:transparent url('../images/inputTxt.png') 0px 0px no-repeat;
	display:inline-block;
	height:54px;
	width:496px;
}
.phoneAreaCode{
	margin-left:60px;
}
.phoneAreaCode,.phonePrefix{
	width:60px;
}
.phoneSuffix{
	width:80px;
}

