﻿/*-----------------------------
RESET STYLES
-----------------------------*/
* {
	margin:0;
	padding:0;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
	-webkit-text-size-adjust:none; /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
	}
body{
	font-size: 62.5%; /* 62.5% means 1em = 10px */
	}
ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:0;
	margin:0;
	}
a{
    text-decoration:none;
}
 
/*-----------------------------
	SITE SPECIFIC STYLES
-----------------------------*/

body{
	font-family: Helvetica, Arial; /* Helvetica is on the iPhone already, so you may as well take advantage */
	color:#fff;
    background:#0e0e0e;	
	}
p{
	font-size:14px;
	padding-bottom:8px;
	}
a{
	color:#fff;
	text-decoration:none;
	}

/*-----------------------------
	HEADINGS
-----------------------------*/

h1{
	display:block;
	font-size:22px;
	font-weight:bold;
	}


/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

#page_wrapper{
	overflow:auto;
	position:relative;
	text-align:center;
	}


#container {
	width:320px;
	height:480px;
	position:relative;
	display:inline-block;
	text-align:center;
    background: url(../Images/cartoons/bg-container.png) no-repeat bottom center;
    background-size:contain;
	}

#header { text-align:center; }

#logo {background:url(../Images/cartoons/logo.png) center top no-repeat; width:241px; height:75px; margin-top:5px}

#welcome { margin-top:10px;}
#welcome h1 { color: #ff5e23}
#welcome p { padding-left:40px; padding-right:40px;}


#login_box
{
    box-sizing:border-box;
	padding:30px 20px;
	width:276px;
	margin-top:5px;
	background: #bcbcbc;
    box-shadow: 0 2px 3px #000;
    border:2px solid #fff;
	display:inline-block;
	position:relative;
	text-align:center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.login_fields { margin-top:0; position:relative;  }

    .login_fields span, .login_fields label {
        color: #333;
        font-weight: bold;
        font-size: 20px;
        display: block;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 100%;
    }

.textfield {
    background: #fffffd;
    padding: 2px 5px;
    width: 218px;
    height: 36px;
    line-height: 36px;
    border: none;
    margin-bottom: 10px;
    margin-top: 14px;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: inset 0 1px 2px 2px #a3a3a2;
    -webkit-box-shadow: inset 0 1px 2px 2px #a3a3a2;
    box-shadow: inset 0 1px 2px 2px #a3a3a2;
}

.links-group { color:#fff; font-size:14px;} 

.link { color:#fff; font-size:14px; text-decoration:underline;}

.btn-login
{
    padding:0px !important;
    border:0px;
    display:block;
    margin:0 auto;
    margin-top:11px;
    background:url(../Images/cartoons/btn.png) left top no-repeat;
    width:226px;
    height:69px;
   
}
.alert  
{
    font-family:Helvetica, Arial, sans-serif;
	background:url(../Images/cartoons/alert.gif) bottom center;
	display:block;
	width:180px;
	padding:5px 5px 25px 5px;
	text-align:center;
	font-size:12px !important;
	font-weight:bold;
	color:#000 !important;
	text-transform:none !important;
	z-index:99;
	line-height:100%;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position:absolute;
    left:22px;
	top:-5px;
}


.alert-global { font-size:11px; color:#000; text-align:center; line-height:100%;}

/* ERROR PAGE */

#error_box
{
	margin:0;
	padding-top:23px;
	width:274px;
	height:195px;
	margin-top:84px;
	background: #030303; 
	display:inline-block;
	position:relative;
	text-align:center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color:#fff
}

span.error { color:#fff;text-transform:none; font-size:20px; line-height:120%; padding:10px 15px; margin-bottom:10px; }
