/* TinyMCE specific rules */
body.mceContentBody {
   background: #171717;
   width: 857px;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
}
/*********************************************/

h1 {
font-size: 20px;
}

img.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1024px;
    z-index: -9999;
}

div.step {
	background-color: #201d1d;
	color: #9d9898;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.step_sel {
	background-color: #201d1d;
	color: #ffffff;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 20px;
	border: 1px solid #284add;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.radius {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

div.radius-interno {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid white;
}

div.radius-forum {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid white;
	background-color: #9FBDC3;
	margin-bottom: 5px;
	padding: 3px 5px 3px 5px;
}

div.radius-head {
	-webkit-border-radius: 0px 0px 30px 30px;
	-moz-border-radius: 0px 0px 30px 30px;
	border-radius: 0px 0px 30px 30px;
}


.link{
	color: #3300FF;
	text-decoration: none;
	cursor:pointer;cursor:hand;
	}

img {
	border: 0px;
	}

body {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
strong { color: #666666; }

a, a:visited{
	color: #0066cc;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: none;
	color: red;
	}

#main_start {position: absolute;left: -10000px;};
