body>div {
	max-width: none;
	min-width: 0em;
}

fieldset {
	padding:3px 10px 10px 10px;
	margin: 3px 3px 3px 3px;
	border-radius: 5px 5px 5px 5px;
	background: #ffffff;
	border: 1px solid gray;
}

fieldset:hover {
	box-shadow: 2px 2px 2px 2px #ccc;

}

legend {
	border: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px 3px 3px 3px;
	background:white;
}


#movieContainer {
	position:relative;
	white-space:nowrap;
    height:600px;
    border:0px;
    font-size:12px;
    width:100%;
    align:center;
}

#options{
	position:absolute;
	top: 0px;
	width:300px;
	height:550px;
	overflow-y:scroll;
	overflow-x:hidden;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin:0px;
	background: #f8f8f8;
}



#optionsHide{
	position:absolute;
	top: 0px;
	width:300px;
	height:550px;
	overflow-y:scroll;
	overflow-x:hidden;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin:0px;
	background: #cccccc;
	opacity: 0.5;
	display:none;
	z-index:99;
}



#exampleContainer {
	position:absolute;
	left:301px;
	height:550px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin:0px;
}

#example {
	padding-top:4px;
	background-color:white;
	left:430px;
	width:658px;
	height:480px;
	border: 0px;
	padding-left:5px;
}


#samplePlaceholder {
	font-size: 16px;
	font-weight:bold;

}
#submitButtons {
	width:640px;
	padding-bottom:5px;
	margin-top:13px;
}


#sampleFrame {
	width:640px;
	height:480px;
	border:0px;
}

#working {
	position:absolute;
	top:20px;
	left:780px;
	display:none;
	background-color:black;
	border-radius:20px;
	border:1px solid purple;
	font-size:20px;
	text-align:center;
	padding:10px;
	color:white;
}

table {
	margin-bottom: 5px;
}

.standard {
	width:100%;
}

#ui-datepicker-div {
	max-width:300px;
	width:300px;
	min-width:1px;
}

.monthYearOnly {
	display:none;
}

.optionsTable TD  {
	padding-top:3px;
}

.yearInput {
	position:relative;
	padding:3px 0px 3px 3px;
	top:-7px;
	width: 40px;
/*	height: 15px; */
}

.safari .yearInput {
	top: 0px;
}

.ui-datepicker-trigger {
	position: relative;
	top: -3px;
	padding-left:2px;
}

.safari .ui-datepicker-trigger {
	top: 3px;
}

.emailInput {
	position:relative;
	padding:4px 0px 4px 4px;
	height: 15px;
	width: 150px;
}

.ui-selectmenu-open {
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.ui-widget-content {
	border-top: 0px;
	border-bottom: 0px;
}

.buttonset {
	float:right;
}

.buttonsetTitle {
	padding-top:5px;
	float:left;
}

.ui-state-active  {
	background: #11ffcc;
	color: #000;
}

.warning {
	background: #ff7777;
	border: 1px solid red;
	border-radius: 3px;
	text-align : center;
	padding:5px;
	width: 640px;
	display:block;
	margin-left:5px;
	margin-right:9px;
}
