/* Design Core for Login module */

/* General */
div.cd_login_clear {
	clear: both;
}

/* Link to window open, login and logout link */
div.cd_moduletitle_logo {
	background-image: url(../images/cd_login_moduletitle.png) !important;
	background-repeat: no-repeat !important;
	background-position:0 7px;
	height: 32px;
	line-height: 19px;
	text-align: left !important;
}
div.cd_moduletitle_logo a {
	margin:3px 3px 3px 22px;
	padding:3px 6px;
}
div.cd_login_border-top {
	border-top: 1px dotted #9A9A9A;
	margin-bottom: 5px;
	clear: both;
	height: 1px;
}
div.cd_login_border-bottom {
	border-bottom: 1px dotted #9A9A9A;
	margin-top: 5px;
	clear: both;
	height: 1px;
}

/* Login box */

div.cd_imglogo {
	background-image: url(../images/cd_login.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 20px;
}
input#cd_login_username, input#cd_login_password {
	background-position: 2px 2px;
	background-repeat: no-repeat;
	width: 120px;
	padding: 2px 2px 2px 18px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #808080;
}
a.cd_login-lostpassword, a.cd_login-createaccount, label.cd_login-labelremember, label.cd_login-labelusername, label.cd_login-labelpassword {
	color: #555555 !important;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none !important;
}
a:hover.cd_login-lostpassword, a:hover.cd_login-createaccount {
	text-decoration: underline !important;
}
label.cd_login-labelusername, label.cd_login-labelpassword {
	font-size: 11px;
}
input#cd_login_remember {
	border: none;
}
input#cd_login_username {
	background-image: url(../images/cd_login-input-username.png);
}
input#cd_login_password {
	background-image: url(../images/cd_login-input-password.png);
}
div.cd_login-form-submit {
	width: 140px;
	margin-top: 5px;
}
div.cd_login-form-input {
	float: left;
	white-space:nowrap;
}
div.cd_login-form-submit input.cd_login-loginbutton {
	background: url(../images/cd_login-login.png);
	background-repeat: no-repeat;
	border: 0;
	width: 20px;
	height: 20px;
	float: right;
}

/* Logout box */
div.cd_login-logout-greeting {
	height: 20px;
	line-height: 20px;
	position: relative;
	text-align: left !important;
}
div.cd_login-logout-greeting a {
	background-image: url(../images/cd_login-logout.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
div.cd_login-logoutform input.cd_login-logoutbutton {
	background-image: url(../images/cd_login-button-bg.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	margin: 1px;
	text-align: center;
	font-size: 11px;
	border: 3px double #cccccc;
}

p.cd_login-bold {
	font-weight: bold;
	text-align: center;
}
div.cd_login-logoutform {
	text-align: center;
}