@charset "utf-8";
/* CSS Document */


#wrap { 
	margin: 0 auto;
	top: 200px;
}

body {
		top: 0px;
		background-color: #FFF;
		margin: 0 auto;
		margin-top: 0px;
		padding: 0px;
		text-align:center;
		font-family: helvetica;
		color: #333
 }

header {
	background-color: #333333;
	background-size: cover;
	color: white;
	font-family: helvetica;
	font-size: 16px;
	margin: 0 auto;
	position: fixed;
	height: 50px;
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.33);
	top: 0;
 	left: 0;
    z-index: 9999;
    width: 100%;
}

.section01{
		position: fixed;
		z-index: 100;
		top: 27px;
		padding: 20px 0px 0px 0px;
		background-color:  #F4F4F4;
		background-size: cover;
		width: 100%;
		box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.33);

}

	.section02 {
	position: relative;
	z-index: 80;
	padding: 20px 0px 20px 0px;
	background-color: #FFFFFF;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
	top:135px;
}

footer {
	background-color: #333333;
	box-shadow: 0px 10000px 0px 10000px #333333;
	margin: 0 auto;
	font-family: helvetica;
	color: white;
	background-size: cover;
	font-size: 12px;
	margin-top: 135px;
	text-align:left;
	font-size: 14px;
	line-height: 20px;
}

#toplogo {
	
	margin-right: 600px;
	padding-bottom: 8px;	
	
}

.loginbuttons {
	position: relative;
	padding-bottom: 25px;
}

.wedesignbg {
	background-image: url(images/page_info/we_design_info.png);


}
.bottomtextleft {
	text-align: center;
}

.bottom_temp_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	padding-left: 20px;
}


.facebook_bar_position {
	top: 0px;
	left: 0px;
	float: right;
	padding-left: 1030px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: static;
	clear: both;
	margin-top: -500px;
}

typecenter {
	text-align: center;
}

.signin {
	text-align: right;
}

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #F00;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

#formdiv {	
	width: 600px;
	border-radius: 7px;
    background-color: #f2f2f2;
    padding: 20px;
	position: relative;
	align: center;
	margin: 0 auto;
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.25);
}
.antispam { display:none;

}