/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* LOGIN PAGE */

html{
	background: #9c0 url(../img/login-background.png) repeat-x top left;
}

body#extranet-login{
	text-align: center;
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	background: transparent;
}

body#extranet-login input{
	font-family: Arial, Verdana, sans-serif;
}

body#extranet-login input.text,body#extranet-login input.error{
	border: 1px solid #999;
	padding: 2px;
	font-size: 12px;
}

body#extranet-login-email input.text{
    width: 200px;
}

body#extranet-login-password input.text{
    width: 200px;
}

body#extranet-login input.error{
	border: 1px solid #f60;
}

#extranet-login-box{
	margin: 0 auto;
	padding: 60px 0 0;
	width: 494px;
}

#extranet-login-wrapper{
	margin: 48px auto 0;
	width: 494px;
	background: url(../img/login-extranet-box-bottom.png) no-repeat bottom;
	height: 504px;
}

#extranet-login-wrapper .message-wrapper{
    width: 76%;
    padding: 0 12%;
    padding-top: 30px;
    font-size: 14px;
}

#extranet-login-wrapper .message-wrapper p{
    margin-top: 20px;
}

#extranet-login-top{
	display: block;
	width: 494px;
	height: 24px;
	background: url(../img/login-extranet-box-top.png) no-repeat top;
}

#extranet-login-identity{
	height: 69px;
	background: url(../img/login-extranet-logo.png) no-repeat 50% 0;
	position: relative;
	left: 2px;
}

#extranet-login-identity a{
	width: 232px;
	height: 69px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
}

#extranet-login-identity a span{
	position: absolute;
	left: -10000px;
}

#extranet-login-welcome{
	color: #f60;
	font-size: .9em;
	font-weight: bold;
	margin-top: 15px;
}

#extranet-login-form div, #extranet-login-form label{
	display: block;
}

#extranet-login-form label{
	font-size: .7em;
	font-weight: bold;
	padding: 5px 0;
}

.extranet-login-area{
	padding: 25px 0 0;
}
.extranet-login-area a{
	display: inline-block;
    font-size: 14px;
    margin-top: 5px;
}

#extranet-login-signin,
#extranet-login-reset, 
#extranet-login-cancel{
	border: none !important;
	font-size: 10px;
	width: 60px;
	padding: 4px;
	*padding: 4px 4px 3px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #fff;
}

#extranet-login-cancel{
	background: #fff url(../img/button-cancel.png) no-repeat 0 100%;

}

#extranet-login-reset,
#extranet-login-signin{
	background: #fff url(../img/button-signin.png) no-repeat 0 100%;
}


#extranet-login-signin:disabled {
    background: #fff url(../img/button-cancel.png) no-repeat 0 100%;
}

#extranet-error-messages{
	margin: 0 auto;
	width: 494px;
}

#extranet-error-messages ul li{
	background: transparent url(../img/background-error.png) no-repeat 0 100%;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	height: 17px;
	line-height: 17px;
}

#extranet-error-messages ul li span{
	background: transparent url(../img/background-error.png) no-repeat 100% 100%;
}


