.phonenumber_flyout ul {
	float:left;
	width:160px;
	margin:0;
	padding:0;
}
.phonenumber_flyout li {
	list-style:none;
	margin:0;
	padding:3px 0 3px 0;
}
#phonenumber_list_country .usa {
	border-bottom:1px dotted #BEBEBE;
}
#phonenumber_list_continent {
	position:absolute;
	left:19px;
	top:97px;
	width:113px;
}
#phonenumber_list_country {
	line-height:12px;
	width:134px;
}
#phonenumber_list_country_scroll {
	height:132px;
	overflow-y:auto;
	position:absolute;
	left:182px;
	top:97px;
	width:154px;
}
#phonenumber_list_continent li, #phonenumber_list_country li {
	cursor:pointer;
	padding-left:5px;
	outline: 0;
	background: none;
}
#phonenumber_list_continent li:hover, #phonenumber_list_country li:hover {
	background-color:#C1E7F9;
}
.phonenumber_list_selected {
	background-color:#1970CF!important;
	color:#FFF;
}
.phonenumber_flyout {
	width:550px;
	height:280px;
	border:1px solid #BCBCBC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(1, 1, 1, 0.2);
	-moz-box-shadow: 2px 2px 2px 1px rgba(1, 1, 1, 0.2);
	box-shadow: 2px 2px 2px 1px rgba(1, 1, 1, 0.2);
	display:none;
	position:absolute;
	z-index:9999;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.phonenumber_title {
	position:absolute;
	width:194px;
	height:36px;
	background-image:url(images/phonenumber_title.png);
	top:21px;
	left:14px;
}
.phonenumber_header_continent {
	position:absolute;
	left:14px;
	top:75px;
	font-size:11px;
}
.phonenumber_header_country {
	position:absolute;
	left:168px;
	top:75px;
	font-size:11px;
}
.phonenumber_box_continent {
	position:absolute;
	left:14px;
	top:93px;
	width:120px;
	height:138px;
	border:1px solid #BEBEBE;
}
.phonenumber_box_country {
	position:absolute;
	left:168px;
	top:93px;
	width:170px;
	height:138px;
	border:1px solid #BEBEBE;
}
.phonenumber_arrow {
	background-image:url(images/phonenumber_arrow.png);
	width:43px;
	height:53px;
	position:absolute;
}
.phonenumber_arrow_1 {
	left:135px;
	top:136px;
}
.phonenumber_arrow_2 {
	left:339px;
	top:136px;
}
.phonenumber_box_number {
    position: absolute;
    width: 176px;
    height: 217px;
    left: 359px;
    top: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #385D78;
    background-image: url(images/phonenumber_bg_stip_blue.png);
    background-repeat: repeat-x;
    background-position: center;
}
.phonenumber_box_number_icon {
    background-image: url(images/phonenumber_phone_icon.png);
    width: 98px;
    height: 98px;
    left: 38px;
    top: 18px;
    position: absolute;
}
.phonenumber_box_number_title {
    position: absolute;
    background-image: url(images/phonenumber_your_number_is.png);
    left: 32px;
    top: 125px;
    width: 113px;
    height: 33px;
}
.phonenumber_alternative {
	position:absolute;
	top:244px;
	left:14px;
	border-top:1px solid #CCC;
	width:522px;
	height:30px;
	overflow:hidden;
}
.phonenumber_alternative_icon {
	background-image:url(images/phonenumber_help_icon.png);
	width:29px;
	height:20px;
	top:7px;
	position:absolute;
}
.phonenumber_alternative_text {
	position:absolute;
	top:9px;
	left:36px;
	font-size:11px;
}
#phonenumber_country_number {
    position: absolute;
    left: 365px;
    top: 187px;
    width: 165px;
    height: 43px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    word-wrap: break-word;
}
.phonenumber_button {
	width:204px;
	height:34px;
	cursor:pointer;
	background-image:url(images/phonenumber_btn_down.png);
}
.phonenumber_button_open {
	width:204px;
	height:34px;
	cursor:pointer;
	background-image:url(images/phonenumber_btn_up.png)!important;
}
.phonenumber_button_disabled {
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:default!important;
}

.contact_info_block {
	float: left; 
	width: 235px; 
	padding-right: 20px;
	line-height: 18px;	
}

.margin_top_5 { margin-top: 5px; }