a:hover, a:visited	{

		color: #fff;
}

body, td	{

	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;

}

.popup {
	position: absolute;
	top: 10px;
	left: 260px;
	width: 700px;
	padding: 40px;
	z-index: 3px;
	z-index: 2;
	border: 1px solid #ddd;
	background: white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #3696FD;
}

.overlay, .unsupportedOverlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #3d3d3d;
	z-index: 1;
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";  
	display: none;
	*position: absolute;
	*height: 100%;
}

.error {
	color: red;
	font-size: 11px;
	padding-left: 4px;b
}


.popup .close {
	cursor:  pointer;
	background: url(images/close-icon.png) no-repeat;
	width:  34px;
	height: 34px;
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
}

.unsupportedOverlay, #unsupported {
	display: none;
}

#unsupported .close {
	display: none;
}


.done {
	display: none;
}

.rUsername, .rCountry, .rRegion, .rLocation, .rPassword, .rPassword2, .rCountry2, .rRegion2, .rLocation2 {

	width:  300px;

}

.rProfileName {

	width:  140px;

}

.rProfileUrl {

	width:  148px;

}

.photoUpload2, .photoUrl2  {

	width:  300px;

}

.contactUsername, .contactEmail, .contactSubject, .contactPhone  {

	width:  300px;

}
