@charset "UTF-8";
/* CSS Document */
body, html {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

body {
	background-color:#78d1ff;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

#main {
	width:713px;
	background:url(images/top.jpg) top no-repeat;
	margin:0 auto;
	height:316px;
}

#content {
	width:479px;
	margin:0 auto;
	padding:0px;
	position:relative;
	top:180px;
	
}

.inputtext {
	width:473px;
	font-size:24px;
	padding:3px;
	margin-bottom:15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px solid #78d1ff;
}

.inputtextlabel {
	font-size:24px;
	margin-bottom:5px;
}

#prato {
	position:fixed;
	bottom:0px;
	height:30px;
	background-color:#390;
	width:100%;
	line-height:30px;
	text-align:center;
	font-size:10px;
}

#dex {
	font-size:12px;
	margin-bottom:20px;
	clear:both;
}

.sezdex {
	width:230px;
	float:left;
	height:50px;
	margin:0px;
	padding:0px;
	margin-bottom:19px;
	overflow:hidden;
}

.right {
	margin-right:19px;
}

.sezdex img {
	float:left;
	margin-right:3px;
}

#howto {
	font-size:12px;
	margin-bottom:10px;
	display:none;
}

.question {
	font-weight:bold;
	color:#FFF;
}
#howto .question {
	text-align:right;
}

.answer {
	font-size:11px;
	display:none;
}

.question span:hover {
	text-decoration:underline;
	cursor:pointer;
}

textarea.inputtext {
	height:100px;
}

#info {
	position:absolute;
	top:0px;
	right:0px;
	font-size:12px;
	padding:5px;
}

a {
	color:#FFF;
	text-decoration:none;
}

#info a:hover, #prato a:hover {
	text-decoration:underline;
}

.awesome, .awesome:visited {
	background: #222 url(images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	
#tip {
	font-size:12px;
	margin-top:20px;
	margin-bottom:10px;
}

img {
	border:0px;
}

.error {
	font-size:12px;
	font-weight:bold;
	color:#F00;
	display:none;
}

#saved {
	text-align:center;
	font-size:12px;
	display:none;
}

#afterpastingb {
	display:none;
}

.seztas, .seztas:visited {
	margin-top:10px;
	overflow:hidden;
	display:block;
}

a.awesome:hover {
	text-decoration:none;
}

.cont {
	display:none;
	margin-top:0px;
	padding:10px;
	border:10px solid #2daebf;
}
