/*
#***************************************************************************************
# Copyright 2013-2020 Baldpixel.com.  All rights reserved. This codes is under No License
# You may not modify or distribute code or sublicense code under any circumstances.
# **************************************************************************************
#
*/
/* 
    Created on : Feb 12, 2016, 6:46:18 PM
    Author     : Chris
*/

/*
.register .form .box input[type="email"]{border:solid 1px #162879; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; width:60%; padding:0px 6px; height:30px; margin-bottom:5px;}
.register .form .box input[type="password"]{border:solid 1px #162879; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; width:60%; padding:0px 6px; height:30px; margin-bottom:5px;}
header .rightCol .login div input[type="password"]{ width:80%; margin:10px auto; display:block; height:30px; line-height:20px; padding:5px;  -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border:solid 1px #162879; text-align:center; font-size:13px; color:#162879; }

.message{ -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; background-color:#FFF; padding:20px 0px; line-height:30px; margin-top:6px;}

#forgot_content {display: none;}
*/


.form-header-right-inner a{color: #fff;}
.form-header-right-inner a:hover{text-decoration: none;}


.print-button {
    text-align: center;
}
a.print-button {
    text-decoration: none;
}
a.print-button:hover{
    text-decoration: underline;
}

.smaller{font-size:12px; font-style: italic;}
