body {
	text-align: center;
}

#vmixcontainer {
	margin: 10px auto; 
	padding: 10px; 
	width: 730px; 
	height: 550px;
	border: 1px solid black;
	background: #FFFFFF;
	text-align: left;
}

#playerheader {
	margin: 0 0 20px 0; 
	padding: 0 0 5px 0; 
	border-bottom: 1px solid #ccc;
	height: 70px;
}

.logo {
	float: left;
}

#vmixplayer {
	float: left; 
	margin: 0 10px 0 0;
	width: 400px;
	/*height: 320px;*/
}
#placeholder {
	float: left; 
	margin: 0 30px 0 0;
	width: 400px;
	height: 320px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 28px;
	color: #ccc;
}
#placeholder span {
	display: block;
	padding: 130px 0 0 0;
}
#playlist {
	/*width: 300px;*/
	height: 300px;
	margin: 0 0 0 10px;
/*	overflow-x: hidden; */
/*	overflow-y: scroll; */
	overflow: auto;
}
p.playlistitem {
	height: 50px;
	padding: 5px;
}
p.chosen {
	background:#E6E6E6 none repeat scroll 0%;
	border:1px solid #CCCCCC;
}

img.thumb {
	float: right;
	width: 50px; 
	height: 50px;
}

#menus select {
	width: 140px;
	margin: 0 0 0 7px;
}

div.hrline {
	border-top: 1px solid #ccc;
	margin: 15px 0pt;
}

#detailsleft { 
	/*float: left;*/ 
}

span.title {
	color:#002873;
	font-family:trebuchet ms,tahoma,verdana;
	font-size:14px;
	font-weight:bold;
	text-transform:none;
}

#detailsright { 
	float: left; 
	margin: 0 0 0 15px; 
	border: 1px solid #CCC; 
	width: 118px; 
	height: 17px; 
	padding: 4px;
}
#submitfoo { 
	float: left; 
	margin: 0; 
	border: 1px solid #CCC; 
	width: 150px; 
	/*height: 50px; */
	padding: 4px;
}
#adposition { 
	margin: 10px auto; 
	width: 730px; 
}

#footer {
	border: none;
}

#sponsorship {
	width: 300px;
	height: 70px;
	float: right;
}

/* BEGIN: Upload form */

body#uploadform { 
	background-color:#fff; 
} 

.field { 
	width:80px; 
	display:block; 
	float:left; 
}

#main_container {
	width: 730px;
	margin: 20px auto;
}

#form_container {
	background-color:#F8F8F1;
	border:1px solid #BFC1A7;
	padding:10px;
/*	width: 730px; */
}

#form_container form { /*width: 300px;*/ margin: 0 auto;}

#form_container ul {
	list-style:none;
}

#form_header {
	color:#8C1A24;
	background:#fff url(http://media.sanluisobispo.com/vmix/images/formHeaderBg.gif) no-repeat scroll 0px -30px;
	height:25px;
	font-weight:bold;
	margin-bottom:5px;
	text-indent:10px;
}

.button {
	background:#FFFFFF url(http://media.sanluisobispo.com/vmix/images/buttonBg.gif) no-repeat scroll 0px -30px;
	height:25px;
	width:90px;
	color:#8C1A24;
}

label.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ccc;
	border: 1px solid #8C1A24;
	color: #8C1A24;
	/*font-weight: bold; */
	padding: 3px;
	margin: 3px 3px 3px 10px;
	clear: both;
}
#genrelist {
	height: 120px;
	margin: 0pt 0pt 0pt 15px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 250px;
}

#response_container {
	background-color:#F8F8F1;
	border:1px solid #BFC1A7;
	padding:10px;
/*	width: 730px; */
}
/* END: Upload form */