@charset "utf-8";
#popup {
	font-size: 14px;
}
#popup h2 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: Open Sans !important;
}

.smallhead {
font-size: 14px;	
}

#popup .head1 {
color: #008FBF;
font-family: Open Sans !important;
}

#popup #theepdesc{
	height: 125px;
	width:auto;
	background-color: #FFFFFF;
	color: #333;
	overflow-x:hidden;
	overflow-y:auto;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#popup #theepdesc #popepsec {
	padding: 10px;
}

#popup a {
	text-decoration: none;
	color: #09C;
}

#popup a:hover {
	text-decoration: underline;
	color: #09C;
}

#popup .edtext {
	color: #666;
	font-size: 12px;
}