/* 
  callme.css - style for Call Me software
  Emily Bloss (emily@websitecleanup.com), August 2006
  Feel free to modify/add anything you need to make it match your site
*/

#flyover {
	position:absolute; width:322px; height:199px; z-index:1;
	border: 1px solid #000000; background-image: url(callback-box.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	padding: 0;
	margin: 0;
}

#request_response {
	/*padding: 30px 10px 0px 148px;*/
	text-align: center;
	visibility: hidden;
}

.responseText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 30px 10px 0px 148px;
}

.divText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 10px 0px 148px;
}

.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


