﻿.PhoneNumWindow{
	width:480px;
	height:200px;
	background:#ffffff;
	border:5px solid #cccccc;
	border-radius:10px;
	padding:0px;
	box-shadow:0px 0px 10px 0px #000000;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-105px;
	margin-left:-245px;
	z-index:999;
}
.PhoneNumWindow .WindowTitle{
	background:url(../../Images/bg0001.gif) left center repeat-x;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#cc0000;
}
.PhoneNumWindow .WindowTitle .BtnClose{
	float:right;
	width:16px;
	height:16px;
	background:url(../../images/bg0101.gif) center center no-repeat;
	padding:7px;
}
.PhoneNumWindow .WindowTitle .BtnClose:hover{
	background:url(../../images/bg0102.gif) center center no-repeat;
}
.PhoneNumWindow .WindowCon{
	padding:15px 20px;
}
.PhoneNumWindow .WindowCon .Tips{
	font-size:14px;
	font-weight:bold;
	color:#cc3300;
	margin-bottom:10px;
}
.PhoneNumWindow .WindowCon .PhoneForm{
	text-align:center;
	padding:20px 0px;
}
.PhoneNumWindow .WindowCon .PhoneForm .TextBox{
	height:28px;
	border:1px solid #999999;
	padding:0px 5px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	font-family:Arial;
	width:240px;
	line-height:28px;
	vertical-align:top;
}
.PhoneNumWindow .WindowCon .PhoneForm .BtnOK{
	height:30px;
	border-radius:4px;
	background:#cc0000;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	line-height:30px;
	text-align:center;
	width:80px;
}

.mini-window .BtnOK{
	height:30px;
	border-radius:4px;
	background:#cc0000;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	line-height:30px;
	text-align:center;
	width:80px;
}

.mini-window .TextBox{
	height:28px;
	border:1px solid #999999;
	padding:0px 5px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	font-family:Arial;
	width:240px;
	line-height:28px;
	vertical-align:top;
}

.PhoneNumCheckWindow{
	width:400px;
	height:220px;
	background:#ffffff;
	border:5px solid #cccccc;
	border-radius:10px;
	padding:0px;
	box-shadow:0px 0px 10px 0px #000000;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-135px;
	margin-left:-205px;
	z-index:999;
}
.PhoneNumCheckWindow .WindowTitle{
	background:url(../../Images/bg0001.gif) left center repeat-x;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#cc0000;
}
.PhoneNumCheckWindow .WindowTitle .BtnClose{
	float:right;
	width:16px;
	height:16px;
	background:url(../../images/bg0101.gif) center center no-repeat;
	padding:7px;
}
.PhoneNumCheckWindow .WindowTitle .BtnClose:hover{
	background:url(../../images/bg0102.gif) center center no-repeat;
}
.PhoneNumCheckWindow .WindowCon{
	padding:15px 20px;
}
.PhoneNumCheckWindow .WindowCon .Tips{
	font-size:14px;
	font-weight:bold;
	color:#cc3300;
	margin-bottom:10px;
}
.PhoneNumCheckWindow .WindowCon .PhoneForm{
	text-align:right;
	padding:10px 30px;
}
.PhoneNumCheckWindow .WindowCon .PhoneForm div{
	margin-bottom:10px;
}
.PhoneNumCheckWindow .WindowCon .PhoneForm .TextBox{
	height:28px;
	border:1px solid #999999;
	padding:0px 5px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	font-family:Arial;
	width:240px;
	line-height:28px;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
}
.PhoneNumCheckWindow .WindowCon .PhoneForm .BtnOK{
	height:30px;
	border-radius:4px;
	background:#cc0000;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	line-height:30px;
	text-align:center;
	width:80px;
}