@CHARSET "UTF-8";

/* =====================================
	General Classes and setup
===================================== */
body {
	background: #edf1f4;
	margin: auto;
	color: #283845; 
	text-decoration: none;  
	font-family: "Lucida Grande", helvetica, geneva, arial, sans serif; 
	font-size: 12px;
	text-align: center;
}

div, img, dl, dt, dd, ul, li, p, select, h1, h2, h3, h4, h5, h6, table tr, td, th, tbody, br 
{
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
}
a {color: #247db6; text-decoration: none;}
a:hover {text-decoration: underline;}
	
div#headerWrapper {
	background-color: #fff;
}

div#header {
	padding: 20px 15px 20px 0px;
	margin:auto;
	width:735px;
	text-transform: uppercase;
	text-align: right;
	background: url(/img/logo_popup.gif) top left no-repeat;
}

div#popupContainer {
	margin:auto;
	width:750px;
}

div#movie {
	padding: 15px 0px 15px 15px;
}

div.popupContainer {
	float:left;
	width:377px;
	padding-left:20px;
	text-align:left;
}

div.popupContainer .title {
	font-size:16px;
	color:#247db6;
	font-weight:bold;
	padding-bottom:3px;
}

div.popupContainer p a {
	color: #6f492d; 
	text-decoration: none;
}

div.popupContainer p a:hover {
	text-decoration: underline;
}

div.popupContainer .titleRule {
	float:left;
	font-size:13px;
	color:#247db6;
	font-weight:bold;
	border-bottom:1px solid #91beda;
	width:100%;
	padding-bottom:3px;
	margin-bottom:15px;
}

div.popupContainer .contentItem {
	float:left;
	padding-top:10px;
	width:360px;
}

/** popup form */

div.popupContainer label {
	display: block;
	float: left;
	width: 100px;
}

div.popupContainer label.required {
	color:	darkred;
}

div.popupContainer .formRight {
	float:left; 
	width:240px;
	font-size:10px;
	color:#6f492d;
	padding-bottom:15px;
}

div.popupContainer .size {
	font-size:11px;
	color:#74726d;	
}

div.popupContainer .formRight a {
	text-decoration:none;
	line-height:16px;
	padding-left:3px;
	color:#6f492d;
}

div.popupContainer .formRight a:hover {
	text-decoration:underline;
}

div.popupContainer textarea, .text {
	border: 1px solid #a9a9a9;
	background: #fff;
	width: 240px;
	font-family:arial, helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	overflow:auto;
	padding: 2px;
}

div.popupContainer .formButtons {
	width:240px;
	padding-left:100px;
}
