/**** SEE View *************************************************************************/
/*=====================================================================================*/

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

html,
body,
.wrapper {
	height: 100%;
}

body {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #000;
	/*background-color:#505050;*/
	margin: 0px;
	padding: 0px;
}

.f10 {
	font-size: 10px;
}

.f11 {
	font-size: 11px;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.bold {
	font-weight: bold;
}

.nobold {
	font-weight: normal;
}

.lh150 {
	line-height: 150%;
}

.u {
	text-decoration: underline;
}

.cb {
	display: block !important;
	clear: both !important;
}

.see-yellow {
	color: #f6e100;
}

.snap-grey-drk {
	color: #333;
}

.snap-grey-lht {
	color: #999;
}

.black {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

h3 {}

p {
	margin: 0px 0px 20px 0px;
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
}

ul {
	margin-bottom: 5px;
	padding-left: 18px;
}

ul li {
	margin-bottom: 10px;
	white-space: nowrap;
}

ol {
	margin-bottom: 10px;
	padding-left: 30px;
}

ol li {
	margin-bottom: 5px;
}

a {
	color: #000;
}

/*=====================================================================================*/

.wrapper {
	display: block;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(img/bgsee.gif) no-repeat;
	background-size: cover;
}

/**** Login / Reset Password ***********************************************************/
/*=====================================================================================*/

body.login .content-container {
	display: block;
	overflow: hidden;
	clear: both;
	max-width: 430px;
	margin: 20px auto 55px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -124px;
}

.logo-container {
	display: block;
	overflow: hidden;
	clear: both;
	max-width: 430px;
	margin: 20px auto 55px;
	text-align: center;
}

.login-container,
.forgot-container {
	display: block;
	overflow: hidden;
	clear: both;
	max-width: 430px;
	margin: 20px auto 55px;
}

.title {
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0px auto 30px;
	text-align: center;
}

.title h2 {
	font-size: 14px;
	font-style: italic;
	margin-top: 30px
}

.form-block {
	display: block;
	overflow: hidden;
	clear: both;
	min-width: 330px;
	margin: 0px auto 15px;
	padding: 30px 50px;
	background-color: #f3da09;
	background-color: rgba(255, 255, 255, .46);
}

.form-block ul {
	padding: 0px;
	margin: 0px;
}

.form-block ul li {
	display: block;
	clear: both;
	overflow: hidden;
	min-width: 330px;
	list-style: none;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 2px;
}

.form-block ul li label {
	display: inline-block;
	min-width: 98px;
	padding: 0px 0px 0px 20px;
	margin: 0px 10px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: middle;

}

.form-block ul li label#field_user {
	background: url(img/icon1.png) no-repeat 5px 2px;
	background-size: 10px;
}

.form-block ul li label#field_pw {
	background: url(img/icon2.png) no-repeat 5px 2px;
	background-size: 10px;
}

.form-block ul li label#forgotun {
	min-width: 50px
}


.form-block ul li input[type=text],
.form-block ul li input[type=password] {
	display: inline-block;
	width: 190px;
	padding: 5px;
	margin: 0px;
	border: 1px solid #e6d110;
}

input[type=submit] {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 5px 8px;
	margin: 0px;
	background: #f6f6f6;
	border: 1px solid #e6d110;
	cursor: pointer;
}

span.icon3 {
	display: inline-block;
	width: 7px;
	height: 9px;
	background: url(img/icon3.png) no-repeat;
	background-size: contain;
	margin-right: 5px
}

.form-block ul li .remember-user {
	margin: 20px 0px 0px 77px;
}

.form-block ul li .remember-user.message {
	margin: 20px 0px 0px 0;
	text-align: center
}

.form-block ul li .remember-user input[type=checkbox] {
	display: block;
	float: left;
}

.form-block ul li .remember-user label {
	display: block;
	float: left;
	margin-left: 0px;
	width: auto;
	font-size: 11px;
	line-height: 12px;
	vertical-align: top;
	padding-left: 5px
}

.form-block ul li.sub {
	margin: 20px 0px 0px;
}

.form-block ul li input[type=submit] {
	margin-left: 136px;
}

.form-block ul li.sub.forgot input[type=submit] {
	margin-left: 74px;
}


.form-note {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0px;
	margin: 15px 0px 0px;
	text-align: center;
}

.new-reg-note {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0px;
	margin: 160px 0px;
	text-align: center;
}

footer {
	background: #505050;
	text-align: center;
	padding: 25px 0;
	position: relative;
	width: 100%;
	color: #bca922
}

.rlogo {
	display: inline-block;
	width: 23px;
	height: 21px;
	background: url(img/rlogo.png) no-repeat;
	background-size: contain;
}

/*.form-block textarea { display:inline-block; width:240px; min-height:150px; padding:5px; }
*/


/*

    <div class="content-container">
    	
        <div class="logo-container"><img src="../theme/images/logo_see.png" width="172" height="95" alt="SEE Design" /></div>
    	
        <!-- Login Container -->
    	<div class="login-container">
            <div class="title"><h1>Sign in to SEE View</h1></div>
            <div class="form-block">
            <form method="post">
            	<input type="hidden" name="redirect" value="<?=$_REQUEST['redirect']?>"/>
                
                <ul>
                	<li>
                    	<label for="username">Username:</label>
                    	<input type="text" name="username"/>
                    </li>
                    <li>
                    	<label for="password">Password:</label>
                    	<input type="password" name="password" />
                        <div class="feedback">
                        	<?=$_POST['username']?'<br/><br/>&nbsp;<span style="color:red">Invalid username or password</span><br/><br/>':''?>
							<?=$GLOBALS['statusmsg']?('<br/><br/>&nbsp;<span style="color:#393">'.$GLOBALS['statusmsg'].'</span><br/><br/>'):''?>
                        </div>
                    </li>
                    <li>
                    	<div class="remember-user">Remember me on this computer</div>
                    </li>
                    <li><input type="submit" class="submit" value="Login" /></li>
                </ul>
            </form>
            </div>
            
            <div class="form-note">
				<p>Help: <a href="#"  onclick="document.getElementById('reminder').style.display='block';document.getElementById('login').style.display='none';return false;">I can't sign in / I forgot my username or password</a></p>
            </div>
            
            <div class="new-reg-note">
*/

/**** CTA's ****************************************************************************/
/*=====================================================================================*/

a.cta_1,
a.cta_1-5,
a.cta_2 {
	display: inline-block;
	clear: both;
	/*float: left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background: transparent url('../images/ctas.png') no-repeat scroll right 0px;
}

a.cta_1 span,
a.cta_1-5 span,
a.cta_2 span {
	display: block;
	background: transparent url('../images/ctas.png') no-repeat scroll left 0px;
}

/*** Size 1 CTA ****/
a.cta_1 {
	height: 25px;
	padding-right: 15px;
	font-size: 12px;
	background-position: right 0px;
}

a.cta_1 span {
	line-height: 18px;
	padding: 3px 0 7px 15px;
	background-position: 0px 0px;
}

a.cta_1.grey {
	background-position: right -200px;
}

a.cta_1.grey span {
	background-position: 0px -200px;
}

a.cta_1.blue {
	background-position: right -400px;
}

a.cta_1.blue span {
	background-position: 0px -400px;
	color: #fff;
}

a.cta_1.dgrey {
	background-position: right -600px;
}

a.cta_1.dgrey span {
	background-position: 0px -600px;
	color: #fff;
}

a.cta_1.orange {
	background-position: right -800px;
}

a.cta_1.orange span {
	background-position: 0px -800px;
	color: #fff;
}

/*** Size 1.5 CTA ****/
a.cta_1-5 {
	height: 38px;
	font-size: 18px;
	padding-right: 22px;
	background-position: right -50px;
}

a.cta_1-5 span {
	line-height: 18px;
	padding: 9px 0 11px 22px;
	background-position: 0px -50px;
}

a.cta_1-5.grey {
	background-position: right -250px;
}

a.cta_1-5.grey span {
	background-position: 0px -250px;
}

a.cta_1-5.blue {
	background-position: right -450px;
}

a.cta_1-5.blue span {
	background-position: 0px -450px;
	color: #fff;
}

a.cta_1-5.dgrey {
	background-position: right -650px;
}

a.cta_1-5.dgrey span {
	background-position: 0px -650px;
	color: #fff;
}

a.cta_1-5.orange {
	background-position: right -850px;
}

a.cta_1-5.orange span {
	background-position: 0px -850px;
	color: #fff;
}

/*** Size 2 CTA ****/
a.cta_2 {
	height: 50px;
	padding-right: 30px;
	font-size: 24px;
	background-position: right -120px;
}

a.cta_2 span {
	line-height: 23px;
	padding: 12px 0 15px 30px;
	background-position: left -120px;
}

a.cta_2.grey {
	background-position: right -320px;
}

a.cta_2.grey span {
	background-position: 0px -320px;
}

a.cta_2.blue {
	background-position: right -520px;
}

a.cta_2.blue span {
	background-position: 0px -520px;
	color: #fff;
}

a.cta_2.dgrey {
	background-position: right -720px;
}

a.cta_2.dgrey span {
	background-position: 0px -720px;
	color: #fff;
}

a.cta_2.orange {
	background-position: right -920px;
}

a.cta_2.orange span {
	background-position: 0px -920px;
	color: #fff;
}


/**** Footer ***************************************************************************/
/*=====================================================================================*/

.footer-title {
	font-weight: bold;
	color: #3399CC;
}

.footer p {
	font-size: 10px;
	color: #999;
	padding: 0px;
	margin: 0px 0px 10px;
}

.footer,
.footer li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-bottom: 2px;
	height: 125px;
}


/**** Cobrands *************************************************************************/
/*=====================================================================================*/

/* Snapfish US */
body.snapfishus .header-container {
	background-color: #fff;
}

body.snapfishus .header-container .header {
	border: 1px solid #3399cc;
	height: 73px;
	width: 790px;
	background-color: #fff;
}

body.snapfishus .content-container {
	border: 1px solid #3399cc;
	border-top: none;
}

body.snapfishus .footer-title {
	color: #3399cc;
}

body.snapfishus.w792 .header-container .header {
	width: 790px;
}

body.snapfishus.w942 .header-container .header {
	width: 940px;
}

/* HiPP */
body.hipp .header-container {
	background-color: #dc396f;
}

body.hipp .header-container .header {
	border: 1px solid #dc396f;
}

body.hipp .content-container {
	border: 1px solid #dc396f;
	border-top: none;
}

body.hipp .footer-title {
	color: #dc396f;
}

/* Truprint */
body.truprint .header-container {
	background-color: #a2d8ec;
}

body.truprint .header-container .header {
	border: 1px solid #a2d8ec;
}

body.truprint .content-container {
	border: 1px solid #a2d8ec;
	border-top: none;
}

body.truprint .footer-title {
	color: #3399cc;
}