html,body {
	border: none;
}

div.maincontent {
	overflow: hidden;
	background: #2277bc;
	font-family: Arial;
}

div.header {
    width: 100%; 
    position: relative; 
    overflow: hidden;
}

img.mainimage1 {
    display: block;
}

img.mainimage2 {
    display: none;
}

#headerwelcome {
    display: none;
}

div.logo {
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

#welcome_wrap {
    overflow: hidden;
}

#welcome {
    overflow-x: hidden;
    overflow-y: scroll;
    color: #7d7f81;
    background: #ffffff;
}

#bottomwelcome {
    display: none;
}

#btn_more {
    display: none;
    background: #ffffff;
    border-style: none;
}

#popupterms {
    display: none; 
    overflow: hidden; 
    background: #ffffff; 
    position: absolute; 
    z-index: 5000; 
    border-style: solid; 
    border-color: #aaaaaa; 
}

#popupterms_text {
    overflow: hidden; 
    overflow-y: scroll;
}

#popupalert {
    display: none; 
    overflow: hidden; 
    background: #ffffff; 
    position: absolute; 
    z-index: 5000; 
    border-style: solid; 
    border-color: #aaaaaa; 
}

#popupalert_text {
    overflow: hidden; 
}

div.label01 {
    font-weight: normal;
    text-align: left;
}

div.label02 {
    font-weight: normal;
}

.hidelabel {
    display: block;
}

div.wrapfield01 {
    overflow: hidden;
    text-align: left;
}

input.field01 {
    background: #ffffff;
    border-style: solid;
    font-family: Arial;
}

button.btn01 {
    background: #f2f2f2;
    border-style: none;
    border-color: #e0e0e0;
    color: #ffffff;
    padding: 0.5em;
    font-size: 1.2em;
    font-family: Arial;
    cursor: pointer;
    text-align: left;
}

button.btn01clicked {
    background: #22bcba;
}

input.btn02 {
    background: rgb(204, 204, 204);
    border-style: solid;
    border-color: #e0e0e0;
    color: #ffffff;
    padding: 0.5em;
    font-size: 1.2em;
    font-family: Arial;
    cursor: pointer;
}

input.btn_connect {
    background: rgb(204, 204, 204);
    border-style: solid;
    border-color: #e0e0e0;
    color: #ffffff;
    font-style: italic;
    padding: 0.5em;
    font-size: 1.2em;
    font-family: Arial;
    cursor: pointer;
}

span.btn_connect {
    border-radius: 1em; 
    font-size: 1.2em; 
    font-style: italic; 
    font-family: Arial; 
    padding: 0.5em 1.5em; 
    font-weight: normal; 
    background: rgb(204, 204, 204); 
    cursor: pointer; 
    line-height: 2em;
}

div.activecontainer {
    display: none;
}

div.inactivecontainer {
    display: none !important;
}

button.inactivebutton {
    
}

#socialcontainer {
    display: none;
}

div.loginform {
	overflow: hidden;
	background: #2277bc;
    text-align: left;
    color: #ffffff;
}

div.logintitle {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-style: italic; 
}

#profile_text input {
    color: #ffffff;    
}

.checkterms {
    color: #cccccc; 
    font-weight: bold; 
}

div.socialform {
    overflow: hidden; 
}

#registerform {
    
}

#smallbuttoncontainer {
    overflow: hidden;
    color: #3b5998;
    float: left; 
    position: absolute; 
    z-index: 500;
}

div.smallbuttonnormalstate {
    display: none;
}

div.wrapbanner {
	overflow: hidden;
}

div.banner1 {
	overflow: hidden;
	color: #ffffff;
}

div.banner2 {
	overflow: hidden;
	color: #ffffff;
}

div.banner3 {
	overflow: hidden;
	color: #ffffff;
}

div.socialfollow {
    display: none;
    color: #ffffff;
    text-align: center;    
}

div.vendor {
	overflow: hidden;
	float: right;
}

div.vendorshort {
	display: none;
	overflow: hidden;
	float: right;
	font-size: 0.8em;
	margin-top: 0.4em;
	margin-right: 0.2em;
}