/**
 * $URL$
 * $Author: dmitri $
 * $Date: 2010/05/30 $
 * Description: Styles for player login page
 */

#player-login .box h2.header {
 	color: #000;
 	font-size: 1.1em;
	margin: 0 0 20px;
	padding: 5px 0;
 	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
#player-login fieldset input[type="text"],
#player-login fieldset input[type="password"] {
	width: 100%;	
}
#player-login label {
	text-transform: uppercase;
	line-height: 20px;	
}

#logout-msg > div {
	width : 644px;
	margin-left : auto;
	margin-right : auto;
	padding-left : 10px;
	margin-bottom : 10px;
	
	background-color : #FFE4E1;
	
	border: 1px solid #f00;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius:3px;
    background-image: url(../images/common/exclamation-sm.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
}

#logout-msg > div ul > li {
	list-style : none;
	font-size : 16px;
	font-weight : bold;
}

