@charset "utf-8";
/* CSS Document */
#ShowMeVideoPlayerApp{
	margin-top:10px;
	margin-left:10px;
	float:left;
	clear:both;
	margin-right:10px;
	margin-bottom:25px;
}
.indexvid{
	width:330px;
	height:300px;
	float:left;
	clear:none;
	font-size:10px;
	color:#777;
	background-image:url(images/vidbg.jpg);
	background-repeat:no-repeat;
}
.signup{
	width:260px;
	height:300px;
	float:left;
	clear:none;
	margin-left:30px;
}
.signup b{
	color:#3345ae;
	font-weight:bold;
	font-size:17px;
}

form{
	margin-top:20px;
}
label{
	color:#3345ae;
	font-size:12px;
	float:left;
	clear:none;
}
input[type=text]{
	width:247px;
	height:20px;
	padding-top:5px;
	padding-left:5px;
	float:left;
	clear:both;
	border:1px solid #3345ae;
	margin-top:5px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
}
input[name=firstname], label[for=firstname]{
	width:115px;
	float:left;
	clear:left;
}
input[name=lastname], label[for=lastname]{
	width:115px;
	margin-left:10px;
	float:left;
	clear:none;
}
label[for=lastname]{
	padding-left:5px;
}
button{
	border:none;
	background-image:url(images/callme.jpg);
	width:119px;
	height:46px;
	float:left;
	clear:both;
}
button:hover{
	background-position:bottom;
}