/* ----------------------------------------------
//	NR Forgot Password Base Stylesheet / DO NOT CUSTOMISE /
//	Media Type: Screen
------------------------------------------------- */

/* @group Reset Classes */

/* ----- Resets START -------- */

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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1.2em;
	padding: 0px !important;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus
{
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- Resets END -------- */

/* @end */

/* @group Tags */

html
{
	height: 100%;
	overflow: hidden;
}

body
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 100%;
}

h1
{
	line-height: 1.3em;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 15px;
	padding-bottom: 5px;
	display: block;
}

a
{
	text-decoration: none;
	color: #666666;
}
c a:hover
{
	text-decoration: underline;
}

.hideTag
{
	display: none;
}



/* @end */

/* @group h1 styling */

.forgotpassHeading
{
	background: url(../graphics/icons_titles_h1.png) no-repeat 0px -280px;
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 30px;
}



/* @end */

/* @group StructuralClasses */


.wrapperForgotpass
{
	width: 420px;
	background-color: #FFFFFF;
	padding-top: 2px;
}

.emailBoxContainer
{
	width: 420px;
	float: left;
}


.forgotPassContainerClose
{
	float: left;
	width: 380px;
	height: 107px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #f0f0f0;
}
.forgotPassContainerClose p
{
	margin-top: 5px;
	color: #666666;
	line-height: 1.3em;
}

/* @end */

/* @group Forms */

.labelForgotPass
{
	width: 100%;
	float: left;
	color: #000000;
	margin-top: 5px;
	font-size: 1.2em;
}

fieldset
{
	border: none;
	margin: 0px;
	padding: 0px;
}

#txtEmail {
	background-image: none;
}

.smallField
{
	width: 25%;
}

.mediumField
{
	width: 50%;
}

.largeField
{
	width: 75%;
}

.fullField
{
	width: 87%;
}


/* @end */


/* @group Tips */

/* @group Welcome */

.tipWelcomeOpenFPass
{
	background-repeat: no-repeat;
	background-color: #e9f7cb;
	border-top: 1px solid #bbd97a;
	padding: 15px 15px 15px 20px;
}

.tipWelcomeCloseFPass
{
	background-image: url(../graphics/forgotpass_tipbox_welcome.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
	background-color: #f0f0f0;
}

.tipWelcomeOpenFPass p
{
	font-size: 1em;
	line-height: 1.1em;
	margin: 0px;
}

/* @end */

/* @group Error */

.tipErrorOpenFPass
{
	background-repeat: no-repeat;
	background-color: #ffe7e7;
	border-top: 1px solid #ff9090;
	padding: 15px 15px 15px 56px;
	background-image: url(../graphics/icons_notifications.png);
	background-repeat: no-repeat;
	background-position: 25px -95px;
}

.tipErrorCloseFPass
{
	background-image: url(../graphics/forgotpass_tipbox_error.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
	background-color: #f0f0f0;
}

.tipErrorCloseFPass p
{
	font-size: 1em;
	margin: 0px;
	line-height: 0.3em;
}

/* @end */

/* @group Notice */

.tipNoticeOpenFPass
{
	background-repeat: no-repeat;
	background-color: #fff8e3;
	border-top: 1px solid #cbb265;
	padding: 15px 15px 15px 56px;
	background-image: url(../graphics/icons_notifications.png);
	background-repeat: no-repeat;
	background-position: 25px 15px;
}

.tipNoticeCloseFPass
{
	background-image: url(../graphics/forgotpass_tipbox_notice.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
	background-color: #f0f0f0;
}

.tipNoticeCloseFPass p
{
	font-size: 1em;
	margin: 0px;
	line-height: 0.3em;
}

/* @end */

/* @end */

/* @group ClearFix */

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

html[xmlns] .clearfix
{
	display: block;
}

* html .clearfix
{
	height: 1%;
}

/* @end */

.right
{
	float: right;
}

.left
{
	float: left !important;
}
