
.modal {
position:fixed;	
width:650px;
height:450px;
z-index:1000;
top:100px;
left:100px;
display:none;
color:#414967;	
background-color:#FFF;
text-align:left;	
}

#mymask {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: black;
	opacity: 0.6;
	filter:alpha(opacity=60);
	display:none;	

}



.popbox .close {
    background-image:url(/images/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

.wrapper {
width:610px;
height:420px;	
float:left;
background-color:#FFF;
margin-top:20px;
margin-left:20px;
}

.newspopLeft {
width:319px;
height:420px;	
float:left;
}

.newspopLeft h1 {
font-family: OpenSansBold, Arial, sans-serif;	
color:#8c9c3a;
font-size:300%;
line-height:30px;
margin:0px;
font-weight:normal;
text-align:center;
float:none;
}

.newspopLeft h2 {
color:#c54017;
font-size:120%;	
line-height:normal;
margin-top:3px;
font-size: 170%;
}

.popTitle {
color:#c54017;
font-weight:900;
font-size: 170%;
line-height:normal;
text-align:center;
}

.newshighlight {
color:#c54017;	
}

.newspopLeft p {
text-align:justify;
}

.newspopLeft p.warning {
width: 319px;	
}

.newspopLeft label {
text-align:left;
font-weight:500;

}



.newspopLeft input[type="text"] {

width:309px;
height:32px;
background-color:#FFF;
/*border: 1px solid #373231;*/
color: #373231;
font-size: 120%; 
padding-left: 5px;
}

.newspopLeft input[type="submit"] {
margin-top:3px;
width:319px;

background-color:#8c9c3a;
color: #FFF;
font-size: 120%;
padding: 10px;
border: 0px;
}



.newspopRight {
width:271px;
height:410px;	
float:left;
margin-left:20px;
}

.infoBox {
width:3294px;
height:380px;	
float:left;
}







	

