/** 
 * Users plugin style sheet
 *
 * @since 07.06.2006
 * @author Gaj Capuder <gaj.capuder@spletna-postaja.com>
 */

#center.no_right .box.login {
	float				: none;
}

#center.no_right .box.login h1.no_lead {
	color				: #EC008C;
	background-image	: url(/dsg/box_login_h1.gif);
	font-size			: 15px;
	padding				: 6px 0px 6px 0px;
	width				: 720px;
	margin				: 0px;
}

#center.no_right .box.login .sublogin h1.no_lead {
	color				: #ffffff;
	background-image	: url(/dsg/box_login_2_h1.gif);
}

#center.no_right .box.login .login .error {
	color				: #ffffff;
}

#center.no_right .box.login .sublogin .error {
	color				: #EC008C;
}


#center.no_right .box.num_1 {
	background-image	: none;
}

#center.no_right .box.login .content {
	background-color	: #EC008C;
	width				: 690px;
}

#center.no_right .box.login .sublogin .content {
	background-color	: #ffffff;
}

#center.no_right .box.login .bottom {
	width				: 720px;
	height				: 32px;
	background-image	: url(/dsg/login_bottom.png);
}

*html #center.no_right .box.login .bottom {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/login_bottom.png', sizingMethod='scale');
}

#center.no_right .box.login .sublogin .bottom {
	width				: 720px;
	height				: 26px;
	background-image	: url(/dsg/login_bottom2.png);
}

*html #center.no_right .box.login .sublogin .bottom {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/login_bottom2.png', sizingMethod='scale');
}

#center .box.login form input.text {
	width				: 215px;
}

#center.no_right .box.login div.login {
	width				: 340px;
	float				: left;
}

#center.no_right .box.login div.login th {
	color				: #ffffff;
	width				: 116px;
	padding				: 0px;
	padding-top			: 4px;
}

#center.no_right .box.login .sublogin div.login th {
	color				: #999999;
	width				: 116px;
}

#center .box.login form input.radio {
	width				: auto;
	border				: none;
}

#center.no_right .box.login a.more {
	width				: 322px;
	background-image	: url('/dsg/login_submit.gif');
	font-size			: 9px;
}

#center.no_right .box.login .sublogin a.more {
	color				: #ffffff;
}

#center.no_right .box.login a {
	color				: #ffffff;
	font-size			: 11px;
}

#center.no_right .box.login .sublogin a {
	color				: #000000;
}

.sublogin form .form_additional {
	border-top			: 1px solid #DDDDDD;
	border-bottom		: 1px solid #DDDDDD;
}

.sublogin form .form_additional.no_info {
	border-bottom		: none;
	margin-bottom		: 0px;
	padding				: 0px;
	height				: 10px;
	overflow			: hidden;
}

