/* CSS Document */

FORM {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0;
	padding:0;
	display:block;
}

#content label {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	margin-bottom:4px;
	display:block;
}

#content input[type="text"], 
#content input[type="password"] {
	font-size:12px;
	line-height: 14px;
	height: auto;
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align: middle;
	border:1px solid #bebebe;
	padding:6px 8px;
	margin:0 0 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* IN-FIELD LABELS */

.labelBox {
	color: black;
}
.labelOverlay {
	color: #c3c3c3 !important;
	font-size: 12px;
}

/*
FORM div {
	position: relative;
}

FORM label {
	position:absolute; 
	top:0; 
	left:0;	
}
*/


/* SELECT BOX APPEARANCE HANDLED BY JQUERY SELECTBOX PLUGIN AND SPECIFIC STYLES */

.selectbox {
	margin-left: 0px !important;
	margin-top: 0px !important;
	font-family: Arial, Trebuchet MS, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.selectbox .display {
	border:1px solid #bebebe !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	font-size:12px !important;
	height: 21px !important;
	padding-top: 4px !important;
	padding-left: 8px !important;
	margin-bottom: 9px !important;
}
.selectbox .display .text {
	color: #c3c3c3 !important;
}
.selectbox.focused .display .text {
	background-color: #98CBEC !important;
	color: white !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}
.selectbox .display .text.highlight {
	color: black !important;
}
.selectbox.items li {
	color: black !important;
	font-size: 12px !important;
	font-family: Arial, Trebuchet MS, helvetica, sans-serif;
}
.selectbox.items li:hover > .item {
	background-color: #98CBEC !important;
	color: white;
}
.selectbox.items li.selected>.item {
	color: black !important;
}
.selectbox .display .arrow_btn {
	background:transparent url(../images/buttons/btn_select_dropdown.gif) no-repeat left center !important;
	border: 0px !important;
	padding: 11px 7px 1px 1px !important;
}
.selectbox .display .arrow_btn .arrow {
    background:transparent none !important;
    border: 0px !important;
}
.selectbox .display.active .arrow_btn {
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
}
.selectbox .display.hover .arrow_btn{
	background:transparent url(../images/buttons/btn_select_dropdown.gif) no-repeat left center !important;
}
ul.selectbox.items {
  min-width:145px !important; 
}


/*
#content select {
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align: middle;
	border:1px solid #bebebe;
	padding:3px;
	margin:0 0 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
*/



#content textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align: middle;
	border:1px solid #bebebe;
	padding: 6px 8px;
	margin:0 0 10px 0;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/
}

#content input.submit {
	margin:0;	
}

#content .submit_img, #content .submit_img_float {
	border:none;
	margin:0;	
	padding:0;
}

.form_title {
	font-family:Trebuchet MS, Arial, Helvetica;
	font-size:14px;
	color:#009DD4; /* was #a6bb1a */
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
}

.form_label {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	margin-bottom:4px;
	display:block;
}




/* FORM MESSAGES */
.msg {
	float:left;
}

.checkbox_msg { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
	padding:3px 0 0 8px;
}
.required {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	text-align:left;
}

.form_msg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	text-align:left;
	margin:0 0 12px 0;
}

.confirmation_msg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	margin:0 0 12px 0;
}


/* SEARCH FORM */

/* OVERRIDES FOR JQUERY SELECTBOX */

form#search_form input[type="text"] {
	width: 128px !important;
}

form#search_form .selectbox .display {
	width:110px; /* 142px; */
	padding:0 24px 0 10px;
}



/* PICKS DETAIL FORMS */
#buy_dvd_form, #rent_dvd_form, #watch_trailer_form {
	border:none;
	margin:0 0 7px 0;	
	padding:0;
}

#add_favorites_form, #refer_friend_form, #print_friendly_form {
	border:none;
	margin:0 7px 0 0;	
	padding:0 0 2px 0;
}

#sendfriend_form {
}

#sendfriend_form input {
	font-family: verdana, helvetica, sans-serif;
}


/* CONTACT US FORM */
#contact_form, #book_form, #join_form {
	margin-top:18px;
}



/* LOGIN FORMS */
#loggedout_form, #loggedin_form {
	float:left;
	text-align: center;
}

#loggedout_form label, #loggedin_form label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	padding:17px 4px 0 6px;
}

#loggedout_form input, #loggedin_form input {
	float: left;
	font-size:12px;
	color:#000000;
	text-align:left;
	vertical-align: middle;
	border:1px solid #bebebe;
	padding:3px;
	margin:13px 4px 0 0;
}

#loggedout_form input[type="text"], #loggedin_form input[type="text"],
#loggedout_form input[type="password"], #loggedin_form input[type="password"] {
	border: 1px solid #98aeb7;
	background-color: #e3e3e3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 17px 12px 0 0;
	padding: 4px 6px;
	font-size: 10px;
}

#loggedout_form input[type="text"].labelOverlay, #loggedin_form input[type="text"].labelOverlay,
#loggedout_form input[type="password"].labelOverlay, #loggedin_form input[type="password"].labelOverlay {
	color: #999999 !important;
}

#loggedout_form .submit_img_float, #loggedin_form .submit_img_float {
	border:none;
	margin:16px 4px 4px 0;	
	padding:0;
}

#loggedout_form div {
	clear: none !important;
	float: left;
}


#myfavdvds_form {
	float:left;
	width:124px;
	margin:15px 0px 0 0;
	padding:0;
}

/*#myfavfarrvideos_form {
	float:left;
	width:183px;
	margin:8px 0 0 0;
	padding:0;
}*/

#myprofile_form {
	float:left;
	width:118px;
	margin:15px 0 0 0px;
	padding:0;
}

/* COMMENTS FORM */

#comment_form label {
	font-family:Trebuchet MS, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #006e9d;
	padding-bottom: 12px;
}

#comment_form input[type="image"] {
	float: right;
}

/* MOVIES OF WEEK DATE SELECTOR */
#moviesofweekdate_form {
	margin-bottom:12px;
}

#moviesofweekdate_form #submit_moviesofweek_date {
	padding:0;
	margin:0 0 0 8px;
}




/* MOVIE OF WEEK SELECTOR FORM */
form#moviesofweek_form {
	overflow: hidden;
	margin-bottom:4px;
	display: inline-block;
	float: left;
}

#moviesofweek_form .submit_img_float  {
	margin:0 0 3px 8px;	
	padding-left:8px;
}




/* PLAN A MOVIE NIGHT FORM */
#planmovienight_form input {
	padding:0;
	margin:0;
}

#planmovienight_form .submit_img_float  {
	margin:0 0 3px 8px;	
	padding-left:8px;
}


#comment_form {
	margin-bottom:22px;
}



#emailfriend_form {
	margin-top:22px;
}



/* NEWSLETTER THEMES DATE SELECTOR */
#newsletterthemesdate_form {
	margin-bottom:12px;
}

#newsletterthemesdate_form #submit_newsletterthemes_date {
	padding:0;
	margin:0 0 0 8px;
}



/* NEWSLETTER THEMES SELECTOR FORM */
#newsletterthemesbox #newsletterthemes_form {
	margin-bottom:12px;
}

#newsletterthemes_form input {
	padding:0;
	margin:0;
}

#newsletterthemes_form .submit_img_float  {
	margin:0 0 3px 8px;	
	padding-left:8px;
}


/* SEARCH FORM AUTO COMPLETE */
.suggestionsBox {
	position:relative;
	z-index:200;
	left:0;
	margin:0;
	width:200px;
	border:1px solid #7f9cb9;
	background-color:#fff;
}

.suggestionList {
	margin:0px;
	padding:3px;
}

.suggestionList li {	
	font-family:Arial, Trebuchet MS, Helvetica;
	font-size:12px;
	color:#000;
	text-align:left;
	list-style:none;
	padding: 4px 6px;
}

.suggestionList li:hover {
	background-color:#98CBEC;
	color: white;
}



