   
#contactsframe {
		width:auto;
		margin-right:auto;
		margin-left:150px;
		margin-top:20px;
		padding:0px;
		text-align:left;
 		}

#callingcard {
	margin-right:auto;
	margin-left:70px;
	margin-top:20px;
	padding:30px;
	text-align:left;
	width:550 px;
	height: 130px;
	background-color: white;
	border: 2px solid #99ccff;
	
	font-family: Arial;
	font-size:17px;
	line-height:20px;
 }
 
 
#editcallingcard {
	margin-right:auto;
	margin-left:70px;
	margin-top:20px;
	padding:30px;
	text-align:left;
	width:550 px;
/*height: 130px; */
	background-color: white;
	border: 2px solid #99ccff;
	
	font-family: Arial;
	font-size:17px;
	line-height:20px;
 }
 
 #editcallingcard a
	{
    text-align:center;
	display:block;
	border-top:1px solid #ffffcc; /* RGB: 255, 255, 204 */
	border-left:1px solid #036; /* RGB: 0, 51, 102 */
	border-right:1px solid #ffffcc; /* RGB: 255, 255, 204 */
	border-bottom:1px solid #036; /* RGB: 0, 51, 102 */
	
	background-color:#99ccff; /* RGB: 153, 204, 255 */
	color:#004990; /* RGB: 0, 73, 144 */
	font-weight:bold;
	width:70px;

	}
	


#editcallingcard a:hover
	{
	background-color:#369; /* RGB: 51, 102, 153 
/*	color:#fff; /* RGB: 255, 255, 255 */
	border-top:1px solid #036; /* RGB: 0, 51, 102 */
	border-left:1px solid #ffffcc; /* RGB: 255, 255, 204 */
	border-right:1px solid #036; /* RGB: 0, 51, 102 */
	border-bottom:1px solid #ffffcc; /* RGB: 255, 255, 204 */
	}
	
	
#subcard {
	margin-right:auto;
	margin-left:0px;
	margin-top:0px;
	padding:5px;
	text-align:left;
	width:auto;
/*height: 130px; */
	background-color: white;
	border: 1px solid #99ccff;
	
	font-family: Arial;
	font-size:17px;
/*	line-height:20px;*/
 }