﻿@charset "utf-8";
/* CSS Document */


body, h1, h2, h3, h4, ul, li {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#152E54;
	}
body {
/*background-image:url(../images/loginBG.jpg);*/
background-color:#E7E8E9;
background-repeat:repeat-x;
	}
.container { 
	/*width: 340px;*/ /*Full website width*/
    width: 400px;
	margin: 0 auto;
	margin-top:10%;
	}
.padding {
	padding:20px;
	}
h1 {	
	color:#FFFFFF;
	font-size: 15px;
	padding:5px 0 0 5%;
	font-weight:normal;
}
h2 {font-size:16px; color:#23A6DF;}
a {text-decoration:none;}
img {border:0;}
.center {text-align:center;}
.alignLeft {float:left;}
.alignRight {float:right;}
.clear {clear:both;}
	
/*Header*/	
/*-----------------------------------------------*/

.header {
	/*background:url(../images/headerBG.png) no-repeat;
	background-position:right;
	*/
	text-align:center; 
	padding:10px;
	}

.header-infosuppersonlogin {
   /* height: 80px;*/
   text-align:center; 
   padding:10px;
}

.logo {
	/*margin:15px 0 0 5%;*/
	}
	
/*Login Box*/	
/*-----------------------------------------------*/

.topBox {
	-moz-border-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	height:30px;
	background:url(../images/topBoxBG.jpg) repeat-x #152E54;
	}
.blueBand {
	height:12px;
	background-color:#23A6DF;
	border-top:#FFFFFF 2px solid;
	border-bottom:#FFFFFF 2px solid;
	}
.mainBox {
	background-image: url(../images/mainGradient.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:0 15px;
	border-left:#5B5B5B 1px solid;
	border-right:#5B5B5B 1px solid;
	}
.padding {
	padding:30px 5% 5% 5%;
	}
.bottomBox {
	-moz-border-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	height:30px;
	background:url(../images/topBoxBG.jpg) repeat-x #152E54;
	}
	
/*Form Fields*/	
/*-----------------------------------------------*/
input {
	color:#152E54;
	}
input.field, input.field2 {
	-moz-border-radius: 10px;
	border-radius: 5px;
	background-color: #F5F5F5;
	border:#C1C1C1 1px solid;
	padding:5px;
    font-size: 14px;
	}

.fBox1, .fBox2, .fBox3 {
	height:35px;
	clear:both;
	}
.fBox1 label{
	float:left;
	font-weight:bold;
	padding-top:5px;
	}
.fBox1 input {
	float:right;
	width:180px;
	}
.fBox2 label{
	float:left;
	font-weight:bold;
	padding-top:5px;
	}
.fBox2 input {
	float:right;
	width:50px;
	}
.fBox2 .field2 {
	margin-left:10px;
	width:112px;
	}
.fBox3 input {
	margin-top:10px;
	padding:3px 4px 3px 4px;
	font-size:12px;
	font-weight:bold;
	}
	
/*Footer*/	
/*-----------------------------------------------*/
.footer {
	color:#FFFFFF;
	font-size:11px;
	padding-top:8px;
	text-align:center;
	}
	
#notice
{
	text-align: left;
	border: 2px solid #F0F0F0;
	vertical-align: center;
	width: 350px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}
div#support
{
	width: 350px;
	height: auto;
	margin: auto;
	margin-top: 15px;
	background-color: transparent;
}

div#support p
{
	font-family: Arial,Verdana,Helvetica;
	margin:5px;
	padding:0px;
	text-align: justify;
	vertical-align: middle;
	
}

div#support p.message
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}

div#SupportButton
{
	background-color: #0386BF;
	width: 200px;
	height: 30px;
	margin: auto;
	margin-top: 20px;
	border: 2px outset #0386BF;
	border-radius: 5px;
}
div#SupportButton > a > img
{
	position: absolute;
	height: 25px;
	margin-left: 5px;
	padding-top: 2px;
}
div#SupportButton > a > p
{
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	margin-left: 15px;
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}
img.autoResize {
		/*width: 50%;
		height: auto*/
		height: auto; 
		width: auto; 
		max-width: 200px; 
		max-height: 200px;
	}