html, body {
	margin:0;
}
img {
	display: block;
	border: 0;
}

div#telaAlerta {
	display:none;
	position:absolute;
	z-index:2;
	border:1px solid #006;
	height:700px;
	width:600px;
	padding:7px;
	background-color:#fbfbfb;
}
div#telaAlerta h1 {
	text-align:center;
	font-family:Verdana;
}
div#telaAlerta h2 {
	text-align:center;
	font-family:Verdana;
}
div#telaAlerta p {
	font-family:Verdana;
	font-size:12pt;
}
div#telaAlerta p.opcao {
	cursor:pointer;
	font-weight:bold;
	color:#f00;
}
div#telaAlerta p.opcao_over {
	cursor:pointer;
	font-weight:bold;
	color:#f00;
	text-decoration:underline;
}
div#telaAlerta p.importante {
	font-weight:bold;
}
div#telaAlerta p.controle_ajuda {
	cursor:pointer;
	float:left;
	width:40%;
	font-weight:bold;
	text-align:center;
	color:#00f;
}
div#telaAlerta p.controle_ajuda_over {
	cursor:pointer;
	float:left;
	width:40%;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	color:#f00;
}
iframe {
	width:100%;
	height:100%;
	border:0;
}

div#entrarCurso {
	margin: 20% auto;
	text-align:center;
}

div#entrarCurso p.texto_menor {
	font-family: Verdana; 
	font-size: 12pt; 
	color: #909090;
}

div#entrarCurso p.texto_maior {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #909090;
}

img.botao {
	display:block;
	margin:10px auto 0 auto;
	cursor:pointer;
}