.javascript-content {
	display: none;}

.greybox-01,
.greybox-02,
.greybox-03,
.greybox-04,
.greybox-05,
.greybox-06,
.greybox-07,
.greybox-08,
.greybox-09,
.greybox-10,
#close-01,
#close-02,
#close-03,
#close-04,
#close-05,
#close-06,
#close-07,
#close-08,
#close-09,
#close-10 {
	cursor:pointer;}
#dialog-01,
#dialog-02,
#dialog-03,
#dialog-04,
#dialog-05,
#dialog-06,
#dialog-07,
#dialog-08,
#dialog-09,
#dialog-10 {
	padding: 10px;}

.ui-dialog {
	background: #fff;
	position: absolute; 
	overflow: hidden;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
-o-border-radius: .5em;
border-radius: .5em;
text-align: left;
z-index: 1000;}
	
.modal-wrapper {
	margin: 0;
	padding: 10px;
	}


.close-link {	
	width: 130px;
	clear: both;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	border: 0;
	border-width: 0px;
	outline: 0;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	-o-border-radius: .5em;
	border-radius: .5em;

background: -moz-linear-gradient(top,  #2f97fc 0%, #005cc8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f97fc), color-stop(100%,#005cc8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2f97fc 0%,#005cc8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2f97fc 0%,#005cc8 100%); /* Opera 11.10+ */
background: linear-gradient(top,  #2f97fc 0%,#005cc8 100%); /* W3C */
background: #2f97fc; /* Old browsers */
padding: 6px 0px;
}

.close-link a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	}

.close-link a:focus,
a.form-input-first:focus  {
outline: 0;
}


.close-link:hover, .close-link:hover a {
	text-decoration:underline;
	cursor:pointer;
	background: #2F97FC;}
.close-link-plain {
	text-align: right;
	clear: both;}
	
.modal-wrapper h2 {
font-size:20px;
font-weight:bold;
line-height:1.5em;
margin-top: 0;
}

.modal-wrapper p {
	line-height: 1.5em;}
	
.ui-widget-overlay {
background: #000000;
opacity:0.8;
filter:Alpha(Opacity=80);
position: fixed;
top: 0; 
left: 0; 
width: 100%; 
height: 100%;
}
.ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-title, .ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close span, .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus, .ui-dialog .ui-dialog-content { display: none;  }

.video-greybox-link,
.form-greybox-link,
.content-greybox-link {
	color: #0066cc;
	font-weight: normal;
	text-decoration: underline;}
.video-greybox-link:hover,
.form-greybox-link:hover,
.content-greybox-link:hover {
	border:none;
	color: #0000ff;
	text-decoration: underline;}


/*Greybox-Form Styles*/

.greybox-form {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	float: left;
	padding-left: 20px !important;
}
.greybox-form .content-col-1 {
	width: 280px;
	}
.greybox-form .content-col-2 {
	width: 330px;
	margin-top: 300px;
	margin-left: 0;
	padding-left: 21px;
	background-color:#fff;
	background:#fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;	
	}	
.greybox-form .content-col-2 h2	{
	color: #369;}

.greybox-form h2 {
	color:#ff3300;
	font-size:15px;}


	