.popupWindow 
{
    width:300px;
    height:300px;
    border:2px solid black;
    position:absolute;
    background-color:gray;
    top:250;
    left:400;
    color:red;
    font-size:20px;
    font-weight:bold;
	display:none;
}

#blinkerman {
	display:'none';
}
.popupWindow p
{
    padding:5px;
    margin-top:20px;
}

.closeButton
{
    border:1px solid black;
    cursor:pointer;
    width:17px;
    height:17px;
    background-color:White;
    background-image:url('../images/close-button.gif');
    background-repeat:no-repeat;
}

#okButton
{
    position:absolute;
    width:100px;
    top:250px;
    left:50px;
}

#noThanksButton
{
    position:absolute;
    width:100px;
    top:250px;
    left:150px;
}

.contactForm
{
	font-weight:bold;
	color:white;
}

.contactForm input[type="submit"] {
	width:200px;
	height:40px;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}

 #port_drop
 {
	position:absolute;
	margin-top:25px;
	display:none;
}
