/* CSS Document */

body {
	font-size:12px;
	background-color:white;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	margin:3px 0;
}

#wrapper {
	width:672px;
	height:471px;
	background-image:url(../images/background.jpg);
	overflow:hidden;
}

#main_cell {
	margin-top:53px;
}

#video_cell {
	width:360px;
	float:left;
}

#video {
	width:320px;
	height:291px;
	background-color:black;
	margin:9px 0 17px 16px;
}

#video_description_cell {
	margin:0 0 0 8px;
}

#video object {
	background-color:#EEEEEE !important;
}

/*
#video_description_title {
	background-color:#B4C4DD;
	height:20px;
	width:324px;
	border:1px solid #333333;
	font-weight:bold;
	font-size:14px;
	padding:5px 0 0 10px;
}

#video_description {
	padding:5px 10px;
}
*/

#video_description a {
	color:white;
	text-decoration:none;
}

#videolibrary_cell {
	width:119px;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	float:left;
	text-align:center;
	cursor:pointer;
	height:27px;
	padding-top:56px;
}

#contactform_cell {
	width:118px;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	float:left;
	text-align:center;
	cursor:pointer;
	height:27px;
	padding-top:56px;
}

#instantcallback_cell {
	width:115px;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	float:left;
	text-align:center;
	cursor:pointer;
	height:27px;
	padding-top:56px;
}

#video_library_cell {
	width:289px;
	float:left;
}

#video_library {
	width:269px;
	height:389px;
	border:1px solid #F49B27;
	background-color:#FEAF48;
	margin:9px 0 0 24px;
	overflow:auto;
}

#video_library img {
	width:94px;
	height:70px;
	border:1px solid #F0E9DF;
	background-color:black;
	float:left;
	margin-right:5px;
}

#video_library a {
	color:#B04206;
}

#video_library a:hover {
	text-decoration:none;
}

#video_library_item {
	padding:4px 0 0 4px;
	padding-bottom:16px;
	border-bottom:1px dotted #F0E9DF;
}

/* SHORT FORM Styles */

#casereview_form {
	padding:5px 0 0 8px;
}

#casereview_title {
	font-size:18px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}

#shortform {
	margin:0;
	overflow:hidden;
}

#shortform input{
	width:250px;
	border:1px solid #AAAAAA;
}

#shortform .first_name {
	width:200px !important;
}

#shortform .last_name {
	width:200px !important;
}

#shortform .phone1 {
	width:26px !important;
}

#shortform .phone2 {
	width:37px !important;
}

#shortform .zip{
	width:65px;
}

#shortform .radio{
	width:12px;
	border:none;
}

#shortform textarea{
	width:250px;
	height:85px;
	margin-bottom: 5px;
	border:1px solid #AAAAAA;
}

#shortform label{
	width:250px;
}

#shortform .label {
	display:block;
	width:250px;
	float:left;
}

#shortform br{
	clear:left;
}

#shortform .checkbox{
	float:left;
	width:15px;
}

