/* ~~~ CMS Login Styles  ~~~ */

body{background: #fff;}
a,
a:link,
a:visited{color: #999; text-decoration: underline;}
a:hover,
a:active{color: #000; text-decoration: underline;}
h1{font: bold 12px Tahoma, Arial, Helvetica, sans-serif; color: #fff; margin:0 0 1.2em;}
p{margin: 0 20px .8em; line-height: 1.5em;}

table#wrapper td{text-align: center;}

#loginform
{
	width: 317px;
	margin: 0 auto;
	background: url(../images/login_bg.gif) repeat-y;
}
#loginform-top
{
	padding-top: 14px;
	background: url(../images/login_top.gif) no-repeat;
}
#loginform-btm
{
	height: 14px;
	background: url(../images/login_bottom.gif) no-repeat 0 100%;
}
#footer{color: #999;}
legend{display: none;}
fieldset{border: none;}


