@charset "UTF-8";
/* CSS Document */

#popup li {
	line-height: 13px;
}
#popup .mainContent {
	width: 380px;
	margin-left: 0;
}
	
#popup .smlogo {
	float: right;
	margin-bottom: 25px;
	width: 137px;
}

#popup .title {
	color: #A91A0C;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

#popup .btn {
	margin-left: 20px;
	padding: 10px 8px; 
	/*background-image: url(../images/gradient.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	
	/*border-top: 1px solid #001F60;
	border-bottom: 1px solid #001F60;*/
}

#popup .btnborder {
	
	margin-left: 20px;
	/*padding: 10px 8px;*/
	
	/*border-top: 1px solid #001F60;
	border-bottom: 1px solid #001F60;*/
}



#popup a {
	text-decoration: none;
	color: #001F60;
}

