﻿.statusDiv
{
	border: 1px solid #cccccc;
	width: 500px;
	font-family: lucida grande,tahoma,verdana,arial,sans-serif;
	font-size:11px;
	min-height:59px;
	padding:5px;
	left:125px;
	position:relative;
}

.alignText
{
	position:relative;
	top:-17px;
	left:30px;
	font-weight:bold;
}

.alignNoLogText
{
	position:relative;
	top:-35px;
	left:70px;
	font-weight:bold;
	word-wrap: break-word;
	width:400px;
}

img.rotationImage
{
	position:relative;
	left:109px;
	top:14px;
}

.Divider
{
	background-image:url('../../images/fbDivider.gif');
	background-repeat:repeat-x;
	width:750px;
	height:5px;
	padding-bottom:10px;
} 

body{ font: 62.5% "Trebuchet MS", sans-serif; margin: 50px;}

#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}

.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #131313;
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 101;
}
.modal-window {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 102;
	background: #fff;
	border: solid 8px #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.close-window {
	position: absolute;
	width: 47px;
	height: 47px;
	right: -23px;
	top: -23px;
	background: transparent url(../../images/close-button.png) no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}