#dsxc_iframe {
	position: absolute;
	top: 10%;
	left: 8%;
	width: 84%;
	min-width: 960px;
	max-width: 1200px;
	height: 75%;
	min-height: 620px;
	max-height: 800px;
	display: none;
	background-color: #eee;
	border: 2px solid black;
	border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 10px 10px 5px #888888;
	z-index: 200;
}

#dsxc_preview {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	border: none;
	z-index: 250;
}

#dsxc_login {
	font-family: arial;
	font-size: 11pt;
	width: 200px;
	top: 0;
	background-color: #dadada;
	position: absolute;
	right: 250px;
	border: 2px solid black;
	border-top: none;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	-moz-border-bottom-left-radius: 18px;
	-moz-border-bottom-right-radius: 18px;
	overflow-y: hidden;
	height: 28px;
	box-shadow: 6px 6px 4px #888;
	transition: height 0.2s linear;
	-moz-transition: height 0.2s linear;
	-webkit-transition: height 0.2s linear;
}

.dsxc_title {
	text-align: center;
	color: midnightblue;
	margin: 3px 10px;
}

.dsxc_title img {
	vertical-align: text-bottom;
	height: 18px;
	margin-right: 8px;
}

#dsxc_email, #dsxc_password, #dsxc_passblank {
	width: 174px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	border: 1pt solid gray;
	border-style: solid;
	padding-left: 10px;
	height: 22px;
	margin: 4px 6px;
}

.dsxc_empty {
	color: #aaa;
	font-style: italic;
}

.dsxc_text {
	color: cornflowerblue;
	font-style: normal;
}

.dsxc_link {
	font-size: 10pt;
	font-style: italic;
	margin: 10px;
}

#dsxc_submit {
	margin-top: 8px;
	width: 80px;
	height: 22px;
	border-radius: 12px;
	clear: both;
	opacity: 1;
}

#dsxc_submit:hover {
	opacity: 0.7;
}
