*{
	outline:none;
}

body{
	margin:0;
	padding:0;
	background: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #444;
}

.swsForm{
	width: 500px;
	left: 50%;
	margin-left: -250px;
	position: relative;
	margin-top: 20px;
	background: white;
}

.icon{
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: url('../gfx/icon.png') center center no-repeat;
}

.info1{
	width: 100%;
	height: 40px;
	display: block;
	float: left;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: #999;
}

.swsDominio{
	width: 480px;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	padding: 9px;
	border: 1px solid #9f9048;
	background: #f5f1dc;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -khtml-border-radius: 4px;
}

.swsDominio span{
	font-weight: 700;
}

.info2{
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	color: #888;
}

.info3{
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	color: #222;
}

.swsEmailLogin{
	width: 500px;
	height: auto;
	float: left;
}

.swsEmailLogin input{
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	outline: none;
	border: none;
	width: 478px;
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
	line-height: 35px;
	background: #ececec;
	border: 1px solid #bbb;
	text-align: center;
	font-size: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -khtml-border-radius: 4px;
}

.botao{
	width: 150px;
	margin-left: 175px;
	margin-top: 5px;
	height: auto;
	float: left;
}

.botao input{
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	outline: none;
	border: none;
	width: 148px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	background: #444;
	border: 1px solid #000;
	color: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -khtml-border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.botao input:hover{
	background: #000;
	color: #fff;
	cursor: pointer;
}

.swsIP{
	width: 100%;
	float: left;
	text-align: center;
}

.swsIP strong{
	font-weight: 700;
}

.sep{
	width: 100%;
	height: 15px;
	margin-top: 40px;
	border-top: 1px dashed #aaa;
	float: left;
}

.info_txt{
	font-family: 'arial';
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	color: #888;
	padding-top: 20px;
	font-size: 9px;
	line-height: 16px;
	margin-top: 40px;
}



.aviso1{
	width: 480px;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	padding: 9px;
	border: 1px solid #51b607;
	background: #ebf6e3;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -khtml-border-radius: 4px;

    color: #2c4619;
}

.aviso1 span{
	display: block;
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	color: #5f784c;

}

.aviso1 strong{
	font-weight: 700;
}


.aviso2{
	width: 480px;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	padding: 9px;
	border: 1px solid #e00000;
	background: #f4e4e4;
	margin-bottom: 2px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -khtml-border-radius: 4px;

    color: #492020;
}

.aviso2 span{
	display: block;
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	color: #000;

}

.aviso2 strong{
	font-weight: 700;
}