* {
	margin:0px;
	padding:0px;
}
body {
        background-color #FFFFFF;
        color : #0000000;
        width : 100%;
        height : 100%;
        overflow : hidden;
	min-width: 500px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: "Segoe UI" , "Segoe" , "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
    	font-size:0.9em;
}
#brandingWrapper {
	background-color: #4488dd;
}
#fullPage, #brandingWrapper {
	width: 100%;
	height: 100%;
	background-color: inherit;
}
#header2
{
	font-size:2em;
	font-weight:lighter;
	font-family:"Segoe UI Light" , "Segoe" , "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
	padding-top: 90px;
	margin-bottom:60px;
	min-height:100px;
	overflow:hidden;
}

#branding {
	height: 100%;
	margin-right: 500px;
	margin-left: 0px;
	background-color: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
}
.brandingImage {
	background-image: url("/captive.portal.icemedia.bne.jpg");
	background-repeat: no-repeat;
}
.float {
    float: left;
}
#contentWrapper {
	position: relative;
	width: 500px;
	height: 100%;
	overflow: auto;
	background-color: #FFFFFF;
	margin-left: -500px;
	margin-right: 0px;
}
input.text {
	height: 28px;
	padding: 0px 3px 0px 3px;
	border: solid 1px #BABABA;
}
.fullWidth {
	width: 342px;
}
#content {
        min-height: -moz-calc(100% - 190px); /* Firefox */
        min-height: -webkit-calc(100% - 190px); /* Chrome, Safari */
        min-height: calc(100% - 190px); /* IE9+ and future browsers */
	height: auto !important;
	margin: 0 auto -55px auto;
	padding: 0px 150px 0px 50px;
}
#workArea
{
	margin-bottom:90px;
}
#headerPlaceHolder
{
	height:130px;
}
#header
{
	height:130px;
	padding: 50px 90px 0px 50px;
	background-color: #535155;
	position: relative;
	border-bottom: 5px solid #00aeef;
}
#footerPlaceholder
{
	height:40px;
}
#footer {
	height: 40px;
	padding: 10px 50px 0px 50px;
	position: relative;
	color: #666666;
	font-size: 0.78em;
}
form {
        margin-top : 5%;
}
input
{
	max-width:100%; 
	font-family:inherit;
	margin-bottom:8px;
}

span.submit, input[type="submit"] {
    border: none;
    background-color: rgb(38, 114, 236);
    min-width: 80px;
    width: auto;
    height: 30px;
    padding: 4px 20px 6px 20px;
    border-style: solid;
    border-width: 1px;
    transition: background 0s;
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin-bottom: 8px;
    -ms-user-select: none;
    -moz-transition: background 0s;
    -webkit-transition: background 0s;
    -o-transition: background 0s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-top: 38px;
    margin-bottom: 30px;
}
input[type="submit"]:hover,span.submit:hover
{
	background: rgb(212, 227, 251);
}
.logoImage {
	width: 350px;
}

.groupMargin {
	margin-bottom: 30px;
}


#error {
        opacity : 0;
        text-align : center;
        background: linear-gradient(to bottom, #AA3514 0%, #A81420 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 1px solid #A81420;
        border-radius: 4px;
        box-shadow: 0 0 3px #AA3514;
        padding : 4px;
        transition: opacity 0.5s ease-in;
}

#error.show {
        opacity : 1;
}

