html, body.login {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#theme-my-login { 
	background: #222;
	color: #ddd;
	width:60%;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #333;
	padding:15px 10px 10px 10px;
	 -moz-border-radius:8px;
	 -khtml-border-radius:8px;
	 -webkit-border-radius:8px;
	 border-radius:8px;
}

#wrapper.login {
	margin-top: 0;
}

#wrapper.login, #wrapper.login #main, #wrapper.login .entry-content {
	text-align: center;
	background: transparent;
	border: none;
}

#wrapper.login #content, #wrapper.login #container {
	width: 100%;
	text-align: center;
}

#theme-my-login form { 
	color: #ddd;
	border: none;
	text-align: left;
	padding: 0 20% 0 20%;
	background:transparent;
}

#theme-my-login label {
	color: #ddd;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
}

#theme-my-login ul.tml-action-links {
	list-style-type: none;
}

#theme-my-login .tml-action-links a,
#theme-my-login .tml-action-links a:link,
#theme-my-login .tml-action-links a:visited,
#theme-my-login #backtoblog a,
#theme-my-login #backtoblog a:link,
#theme-my-login #backtoblog a:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-shadow: none;
	font-size: 80%;
	text-transform: uppercase;
}

#theme-my-login .tml-action-links a:active,
#theme-my-login .tml-action-links a:hover,
#theme-my-login #backtoblog a:active,
#theme-my-login #backtoblog a:hover {
	color: red;
}

#theme-my-login #backtoblog {
	font-size: 120%;
}

#theme-my-login form p.submit {
	float: right;
}

#theme-my-login form .submit input {
	background: url('images/header.png') center repeat-x;
	border: 1px solid #333 !important;
	color: #eee;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right:11px;
	font-size:150% !important;
	text-transform: uppercase;
	margin:5px !important;
	padding:3px 5px !important;
	text-decoration:none !important;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#theme-my-login img {
	background: transparent;
	box-shadow: none;
	border: none;
}

#theme-my-login form .submit input:hover {
	background: #444 !important;
}

#theme-my-login p.message {
	text-transform: uppercase;
	background: #dd2;
	border: 1px solid #ff4;
	padding:12px;
	margin:10px 26px 0px 24px;
	color: #444;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
#theme-my-login #login_error {
	padding:12px;
	margin:15px 26px 0px 24px;
	background-color:red;
	color:#FFF
}
#user_pass,#user_login,#user_email,#sfvalue1 {
	background: #ddd !important;
	color: #111;
	border: 1px solid #333 !important;
	font-size:13px !important;
	margin:2px !important;
	padding:3px 5px !important;
	text-decoration:none !important;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px
}
#user_pass,#user_login,#user_email {
	width:94%
}
#sfvalue1 {
	width:15%
}
.forgetmenot { 
	margin: 0;
	float: left;
}
#theme-my-login .tml-action-links { 
	clear: both;
	display:block;
}

/* For the widget */
.tml-user-avatar {
	float: left;
}
.tml-user-avatar img {
	border: 2px solid white;
	margin-right: 10px;
}
.tml-user-links {
	float: left;
}
