﻿#preWindow
{
	margin:auto;
	background-color: #323131;
	border: 2px solid #282727;
	width: 540px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-262px;
	margin-top:-200px;
	text-align:center;
	min-height:150px;
	font-family: "Century Gothic", Verdana !important;
}

#preWindow a img
{
	border: 0px;
}

#preWindow a:link
{
	color: #f15a24;
	font-weight:bold;
	text-decoration:none;
}

#preWindow a:visited
{
	color: #f15a24;
	font-weight:bold;
	text-decoration:none;
}

#preWindow a:hover
{
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}

.pwHeader
{
	border-bottom: 1px solid #282727;
	
	background-image:url('../img/logo_s4w.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	
	height: 50px;
	
	text-align:right;
	padding:0px;
	margin:0px;
}

.pwPreview
{
	
}

.pwPreview img
{
	max-width: 540px;
}

.pwFooter
{
	border-top: 1px solid #282727;
	height: 50px;
	text-align:center;
}

.pwFooter .btn_anterior
{
	float:left;
}

.pwFooter .btn_proximo
{
	float:right;
}

.pwFooter .texto
{
	padding: 7px 0px 0px 0px;
	margin:0px 150px 0px 150px;
    position:relative;

	font-size: 9px;
	color:#ffffff;
	
	
}














