
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	text-decoration: none;
}
span.uline { text-decoration: underline; }
p2.underline a:hover{ 
    color: blue; 
    text-decoration: none; 
    font-weight:bold;
} 
p2.underline a { 
    color: red; 
    text-decoration: underline;
    font-weight:bold; 
}


#wrapper {
	/* Center wrapper perfectly */
	width: 850px;
	height: 770;/*770px;*/
	margin: 0px auto;
	text-align: left;
	/* overflow: hidden; */
}

.glow {
  margin: auto;
 
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;

  -webkit-box-shadow: 0px 0px 15px 5px rgba(115, 108, 108, .75);
  -moz-box-shadow: 0px 0px 15px 5px rgba(115, 108, 108, .75);
  box-shadow: 0px 0px 15px 5px rgba(115, 108, 108, .75);
}
#submain {
	width: 850px;
	margin: 0 auto;
	position: relative;
	
	background: #72ed71;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.top-form {
	width: 850px;
	margin: 10px auto;
	position: relative;
	
	background: #d4dedf;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.top-form .header {
	padding: 40px 30px 30px 30px;
}

.top-form .header h1 {
	font-family: 'Bree Serif', serif;
	font-weight: 600;
	font-size: 28px;
	line-height:34px;
	color: #FF0000;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
}

.top-form .header span {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}


#sub-left {
	float:left;
	width:540px;
}

.note-form {
	width: 540px;
	height: 550px;
	margin: 0 auto;
	position: relative;
	
	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.note-form .header {
	padding: 10px 30px 30px 30px;
}

.note-form .header h1 {
	font-family: 'Bree Serif', serif;
	font-weight: 600;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
}

.note-form .header span {
	font-size: 14px;
	line-height: 16px;
	color: #678889;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}


#sub-right {
	float:right;
	width:300px;
	text-align: left;
}




/*******************
LOGIN FORM
*******************/

.login-form {
	width: 300px;
	height: 550px;
	margin: 0 auto;
	position: relative;
	
	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/*******************
HEADER
*******************/

.login-form .header {
	padding: 40px 30px 30px 30px;
}

.login-form .header h1 {
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
}

.login-form .header span {
	font-size: 14px;
	line-height: 16px;
	color: #678889;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	text-align: justify;
}

/*******************
CONTENT
*******************/

.login-form .contentbox {
	padding: 0 30px 25px 30px;
}

.login-form .contentbox p2{
	font-size: 15px;
	line-height: 20px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

/* Input field */
.login-form .contentbox .input {
	width: 188px;
	padding: 15px 25px;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

/* Second input field */
.login-form .contentbox .password, .login-form .contentbox .pass-icon {
	margin-top: 25px;
}

.login-form .contentbox .input:hover {
	background: #dfe9ec;
	color: #414848;
}

.login-form .contentbox .input:focus {
	background: #dfe9ec;
	color: #414848;
	
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}


/* Login button */
.login-form .contentbox .button {
	float:auto;
	padding: 11px 25px;
	
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	
	background: #56c2e1;
	border: 1px solid #46b3d3;
	border-radius: 5px;
	cursor: pointer;
	
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.login-form .contentbox .button:hover {
	background: #3f9db8;
	border: 1px solid rgba(256,256,256,0.75);
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .contentbox .button:focus {
	position: relative;
	bottom: -1px;
	
	background: #56c2e1;
	
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}


.contentbox input:focus + div{
	left: -46px;
}


/*******************
FOOTER
*******************/

.login-form .footer {
	padding: 15px 15px 15px 15px;

	height: 50px;
	
	background: #d4dedf;
	border-top: 1px solid #fff;
	
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

.login-form .footer h1 {
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 22px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
}
.login-form .footer span {
	font-size: 14px;
	line-height: 50px;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

/* Login button */
.login-form .footer .button {
	float:right;
	padding: 11px 10px;
	
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	
	background: #009900;
	border: 1px solid #46b3d3;
	border-radius: 5px;
	cursor: pointer;
	
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.login-form .footer .button:hover {
	background: #006600;
	border: 1px solid rgba(256,256,256,0.75);
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}




/* Register button */
.login-form .footer .register {
	
		
	display: block;
	float: right;
	padding: 13px 5px;
	margin-top: 2px;
	margin-right: 0px;
	
	background: none;
	border: none;
	cursor: pointer;
	
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 15px;
	
	
	color: #fff;
	text-shadow: 0px 1px 0 rgba(256,256,256,0.5);
	
	
	background: #cc6600;
	border: 1px solid #736C6C;
	border-radius: 5px;
	cursor: pointer;
	
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);	

	
}

.login-form .footer .register:hover {
	
	background: #cc6633;
	border: 1px solid rgba(256,256,256,0.75);
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}


