#smfbox {
    background: #fff;
 	border: 3px solid #ccc;
	bottom:25%;
	color:#39a0e2;
	display:none;
	font-size:12px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	right:50%;
	top:80px;
	width:570px;
	_width:590px;
}



#smfcaption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #39a0e2;
  background: #fff;
}

#smfclose {
	cursor:pointer;
	position:absolute;
	right:0;
}

iframe {
	border:none;
	padding:10px 20px;
	*padding-right:0;
	height:490px;
	*margin:0;
	margin-top:15px;
	overflow:hidden;
	overflow-y:auto;
	width:550px;
	*width:570px;
}

#smfboxwrap {
	left:50%;
	position:absolute;
	top:0;
	z-index:9000
}

#smfoverlay {
background:#000;
display:none;
height:100%;
_height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
left:0;
position:fixed;
_position:absolute;
top:0;
width:100%;
_width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
z-index:8000

}


/* Styling the content that pops up */

#smfbox a {
	color:#1a78b5;
	font-weight:bold;
	text-decoration:none;
}
	#smfbox a:hover {
		text-decoration:underline;
	}


#smfbox input, select {
	border:1px solid #909ea1;
	color:#39a0e2;
}

#smfbox label {
	font-weight:bold;
}
	#smfbox label.nobold {
		font-weight:normal;
	}

#smfbox .col_left, #smfbox .col_right {
	float:left;
	width:250px;
}

#smfbox .required {
	color:#ff2626;
}


#smfbox .smtxt {
	font-size:10px;
}

#smfbox form {
	margin:0 auto;
	padding:15px;
	width:565px;
}
