@charset "utf-8";
body{
	margin: 0px 0px;
	background: #CCCCCC;
	font-family: Verdana;
	font-size: 16px;
	padding:0;
    overflow-x: hidden;
}

	#page {
		width: 100%;
		height: 874px;
		vertical-align: middle;
		background: #FFFFFF url(../img/back.jpg) 50% 0 no-repeat;
	}
	
		.content {
			position: absolute;
			width: 100%;
			text-align:center;
			left: 50%;	
		}
		
			.logoKoni {
				position: absolute;
				top: 38px;
				left: 140px;
			}
			
		
			.logoKuat {
				position: absolute;
				top: 38px;
				left: 315px;
			}
			
			.topTexto {
				position: absolute;
				top: 253px;
				left: -470px;
				font-family: Verdana;
				color: #4F6F19;
				font-size: 12.5px;
				text-align:left;
			}
			
			.topTextoConfirm {
				position: absolute;
				top: 253px;
				left: -470px;
				width: 465px;
				font-family: Verdana;
				color: #F265FF;
				font-size: 14.5px;
				text-align:left;
				font-weight: nome;
			}
			
			.tweets {
				position: absolute;
				top: 398px;
				left: -473px;
				width: 465px;
				height: 390px;
				font-family: Verdana;
				color: #666600;
				font-size: 15.5px;
				text-align:left;
				font-weight: none;
				overflow-y: auto;
			}
			
				.tweets a {
					color: #F265FF;
					font-size: 15.5px;
					text-align:left;
					font-weight: nome;
					text-decoration: normal;
				}
				
				.postweet {
					font-family: Verdana;
					color: #999999;
					font-size: 10px;
				}
				
				
					.postweet a {
						font-family: Verdana;
						color: #999999;
						font-size: 10px;
						font-weight: nome;
						text-decoration: normal;
					}
			
			.form {
				position: absolute;
				top: 318px;
				left: -473px;
			}
			
				.form .topForm{
					font-family: Verdana;
					color: #666600;
					font-size: 18x;
					text-align:left;
					font-weight: bold;
				}
			
				.form .letras{
					font-family: Verdana;
					color: #A1A1A1;
					font-size: 18px;
					text-align:right;
					padding-left: 125px;
					font-weight: bold;
				}
				
				.form textarea {
					width: 460px;
					max-width: 460px;
					height: 62px;
					max-height: 62px;
					border: 1px solid #00FF49;
					font-size: 17px;
					color: #A0A0A0;	
					font-weight: bold;
				}
				
				.form input[type=text]{
					width: 218px;
					max-width: 218px;
					height: 28px;
					max-height: 28px;
					border: 1px solid #00FF49;
					font-size: 14px;
					color: #A0A0A0;			
				}
				
				.form input[type=checkbox]{
					width: 28px;
					max-width: 28px;
					height: 28px;
					max-height: 28px;
					border-color: #00FF49;
					font-size: 14px;
					color: #A0A0A0;	
					
				}
				.form input.botao{
					margin-top:17px;
				}
				
				.form td {
					font-family: Verdana;
					color: #666600;
					font-size: 14px;
					text-align:left;
					font-weight: bold;
				}
				.form td span.check{
					font-size:12px;
					font-weight:normal;
					line-height:20px;
				}
				
		.regulamento {
				position: absolute;
				top: 730px;
				left: -463px;
		}
		
					
			.regulamento a {
					font-family: Verdana;
					color: #F265FF;
					font-size: 14.5px;
					text-align:left;
					font-weight: nome;
			}

				
		.koni {
				position: absolute;
				top: 840px;
				left: 223px;
		}
		#dialog {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		position: absolute;
		top: 400px;
		left: -300px;
		display: none;
		width: 350px;
		height: 250px;
		}
	
		#dialogclose {
			width: 100%;
			text-align:right;
			top: 0px;
		}
		
		#dialogtextoborder {
			padding:2px;
			height: 100%;
			width: 100%;
			background: #F265FF;
		}
		
		#dialogtexto {
			text-align:left;
			overflow-y: auto;
			width: 100%;
			height: 100%;
			background: #FFFFFF;
		}
