﻿div.phonecolumn {
	width:298px;
	float:left;
	height:334px;
	overflow:hidden;
	background-image:url(images/text-me.png);
}


div.buttonrow 
{
	width:200px;
	margin-left:51px;
	
}


input.phonenumber 
{
	font-family:"Arial Black";
	font-size:14pt;
	border:none;
	text-align:center;
	background-color:Transparent;	
	width:196px;
	color:White;
}
div.phonescreen 
{

	margin-left:51px;
	width:196px;
	height:50px;
	line-height:50px;
	text-align:center;


}


div.phoneoptions 
{
	font-family:"Arial";
	font-size:7pt;
	margin-left:51px;
	margin-top:57px;
	width:196px;
	height:20px;
	text-align:left;


}

a:link.phonebutton, a:visited.phonebutton,a:active.phonebutton {
	font-family:"Arial Black";
	font-size:10pt;
	color:White;
	width:64px;
	height:30px;
	float:left;
	line-height:30px;
	text-align:center;
	background-color:#585555;
	margin:2px 2px 0px 0px;
display:block;
	
	}
	
a:hover.phonebutton
{
	background-color:#F8EF22;
	color:black;
}




div.phonebuttonspace
{

	width:64px;
	height:30px;
	float:left;
	margin:2px 2px 0px 0px;
	
}