/* CSS Document */

/* beginning of reset reloaded*/

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:disc;
}

html{
	height:101%;
}

body{
	margin:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:#fff;
}

span.labeltext {
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	padding: 0px 0px 10px 0px;
	color:#303030;
	text-transform:uppercase;
	width:100px
}

p {
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	padding: 0px 0px 10px 0px;
	color:#303030;
}

.fplink {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #0083bf;
	text-decoration: none;
}

a {
	color:#0083bf;
}

container1 span {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	color: #303030;
}

form {
	text-align:right; 
  padding: 5px;  
}

h1{
	font-style:normal;
	font-weight:normal;
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:33px;
	letter-spacing:0px;
	padding-top:5px;
	color:black;	
	text-transform:uppercase;
	text-align:left

}

h1 em {
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight:bold;
	color:black;


}

h1 em span{
	letter-spacing:-1px;
	color:#828282;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;

}

#header {
	clear: both;
	height:50px;
	margin: 5px 0 0px 0;
}

#header-right {
	float: right;
}
#header-right img 
{
    padding-top:6px
}

#banner{
	float:left;
	margin:5px 0px 10px 0px;

}

#container{
	width:600px;
	margin:auto;
	background-color:#ffffff;	
	padding:60px 15px 15px 15px;
}

#container1 {
	float:left;
    width:100%;
	overflow:hidden;
    position:relative;
	background:#ffffff;
	padding-bottom:20px;
}

#col1 {
	float:left;
	position:relative;
	width:250px;
	padding:10px 20px 0px 0px;
	background:white;
	text-align:left
}

#col2 {
	text-align:center;	
}

#pnlFP 
{
    margin-top:10px;
    text-align:right
}

.texta {
	font-size: 14px;
	border: 1px solid #666666;
	margin-bottom:10px
    }  
	
	
.grey{
	letter-spacing:-1px;
	color:#828282;
	font-family:Arial, Helvetica, sans-serif;
}

.loginmsg 
{
    display:none
}
.loginmsgvisible
{
    display:block;
	padding: 10px 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 18px;
}
#user_form input 
{
    border: 1px solid red
}

#container_createpassword {
	text-align:left !important
}


#container_createpassword > h2 {
	font-style:normal;
	font-weight:normal;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:32px;
	letter-spacing:0px;
	color:#666666;
	text-transform:uppercase;
}

#pnlLogin {
	padding-top:10px
}

#updatemsg p {
	padding-top:15px;
	color:red
}