html {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}

/* @group login new */

div#welcome {
	width: 980px;
	height: 560px;
	background: url(../images/login/screens.jpg) no-repeat;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

a#welcome-login {
	padding: 49px 0 0;
    overflow: hidden;
    height: 0px !important; 
    height /**/:49px; /* for IE5/Win only */
	display: block;
	width: 118px;
	background-image: url(../images/login/login.png);
	padding-top: 49px;
	overflow: hidden;
	position: relative;
	top: 175px;
	left: 505px;
}

form#login-new {
	
}



/* @end */

/* @group login-modal */

form#login-modal {
	width: 300px;
	height: 160px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

form#login-modal fieldset {
	margin-bottom:0px;
	border-style: none;
}

form#login-modal legend {
	display: none;
}

.loginbox label {
	color: #fff;
	font-size: 12px;
	float: left;
	display: block;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	margin-top: 7px;
}

.loginbox input {
	font-size: 12px;
	float: left;
	width: 140px;
	margin-top: 7px;
}

input#login {
	width: 120px;
	height: 46px;
	background: #333 url(http://360.abcrisk.co.uk/images/login/login-modal.png) no-repeat;
	outline: none;
	border-style: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
input#login:hover {
	background: #666 url(http://360.abcrisk.co.uk/images/login/login-modal.png) no-repeat 0 -46px;
}



/* @end */

a {
	text-decoration: none;
	color: #fff;
	font: bold 10px Verdana, Helvetica, Arial, Sans-Serif;
}
a:hover {
	color:#CCC;
}
.loginstyle {
	border:3px solid #AD1818;
	background-color:#000;
}
.loginstyle td {
	background-color:#000;
}
.text {
	color:#fff;
	font-size:12px;
}
p {
	font-family: "Gill Sans MT", "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
}