﻿

/*Modal Popup*/
.modalBackground {
	background-color:gray;
	filter:alpha(opacity=70);opacity:0.7;
}

.modalPopup {
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


.bg_grey_line{
background:url(images/line.jpg) repeat-x;
height:16px;
}
.bg_grey_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
height:16px;
text-align:center;
font-weight:bold;
}

.bg_grey_text_bold{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
height:16px;
text-align:center;
font-weight:bold;
text-decoration:none;
}

