/* Start of CMSMS style sheet 'ep_loginform' */
#loginContainer {
    background: #d9d9d9 url(img/gradient_gray_bg.gif) repeat-x;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

.Alone {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#loginContainer form {
    margin: 0;
    padding:15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#loginContainer h2 {
	color: #4c4c4c;
	background: url(img/light_line.gif) repeat-x 0 bottom;
	padding: 7px;
	padding-left: 14px;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 0px;
	zoom: 1;
	line-height: 24px;
}

#loginContainer label {
    color:#707070;
    display:block;
    float:left;
    margin:3px 3px 9px;
    width:80px;
}

#loginContainer input {
    border-color:#8D8D8D #E7E7E7 #E7E7E7 #8D8D8D;
    border-style:solid;
    border-width:1px;
    height:20px;
    line-height:20px;
    margin:0;
    padding:4px;
    width:150px;
    background: #ffffff url(img/input_bg.png) repeat-x scroll 0 0;
}

#loginContainer button.login {
    background:transparent url(img/login_btn.png) no-repeat scroll center center;
    border: none;
    height:30px;
    left:9px;
    outline: none;
    position:relative;
    top:-16px;
    width:30px;
    cursor: pointer;
    cursor: hand;
}

#loginContainer + #menuContainer li.first h3 {
    border-top: none;
    background-image: url(img/ct-gray-310.png);
}

#loginContainer.logedIn h2 {
    background:transparent url(img/loged_in_line.png) no-repeat scroll 0 -13px;
    padding-left:31px;
}

#loginContainer.logedIn h2 span {
    font-weight:bold;
}

#loginContainer.logedIn h2 .logout {
    background:transparent url(img/bullets.png) no-repeat scroll right 7px;
    float:right;
    margin-right:5px;
    padding-right:12px;
}

#loginContainer.logedIn ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:10px 15px 1px;
}

#loginContainer.logedIn ul li{
    background:transparent url(img/bullets.png) no-repeat scroll 0 1px;
    padding-bottom:10px;
    padding-left:18px;
}

#loginContainer.logedIn ul li:hover {
    background-position: 0px -47px;
}

#loginContainer.logedIn ul li a, #loginContainer.logedIn ul la a:visited {
}

#loginContainer.logedIn ul li:hover a {
    color: #000;
}
/* End of 'ep_loginform' */

