#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-image:url(../images/site/modal_bg.gif);
	background-repeat:repeat-x;
background-position:top;
border:2px solid #333;
	background-color:#000;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.6em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
		background-image:url(../images/site/modal_bg.gif);
	background-repeat:repeat-x;
background-position:top;
	background-color:#000;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px dashed #000; }
#MB_header {
  background-color: #333;

}
#MB_caption { color: #ccc }
#MB_close { color: #fff }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}


#modal_form .form_button{
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-top-style: solid;
border-top-color: #dddddd;
border-left-style-value: solid;
border-left-color-value: #dddddd;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
font-size: 22px;
color: #ffffff;
cursor: pointer;
line-height: 42px;
height: 42px;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 15px;
overflow-x: visible;
overflow-y: visible;
background-color: #87b500;
background-image: url(images/button_bg.png);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: center top;
border-top-width: 0px;
border-left-width-value: 0px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-right-width-value: 1px;
border-right-style-value: solid;
border-right-color-value: #689300;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #689300;
text-shadow: #719e03;
}


#submit{
border:solid 1px #333;
-webkit-border-radius:5px; 
-moz-border-radius:5px;
border-radius:5px;
float:right;
margin-right:20px;}

#show{
}


#show a, #show a:hover{color:#333;}


.steps{
color:#666;
font-weight:700;
padding-bottom:10px;
padding-top:0px;
}

#skip_button{float:left;
}

#skip_button a{color:#999;
text-decoration:none;}

#skip_button a:hover{color:#FFFF00;
text-decoration:underline;}



.steps span{
color: #FFFF00;}

 .tweetit{width:550px;
height:100px;
padding:8px;
 font-family:Georgia, "Times New Roman", Times, serif;
font-size:25px;
background-image:url('http://tweet.me.it/images/site/_inputBg.gif');
background-repeat:repeat-x;
border:solid 2px #ccc;
-webkit-border-radius:5px; 
-moz-border-radius:5px;
margin:20px 0px 20px 0px;
border-radius:5px;}
