/* CSS Document */

body	
{
	height:100%; 
	width:100%; 
	margin:20px 0 0 0; 
	padding:0; 
	font:14px normal Tahoma,Verdana,Arial,Helvetica,sans-serif; 
	background:#C0C0C0;
}
h1	{font-size:29px;  margin:0 0 15px 0;}
h2	{font-size:18px; margin:0 0 15px 0;}
p	{margin:0 0 15px 0; padding:0;}
a	{color:#000!important;}
a:visited	{color:#000;}
form {padding:0; margin:0;}

#bubble
{
	background:url(../images/shortv/bubble.jpg) center center no-repeat;
	width:800px; height:765px;
	margin:auto; padding:0;
	position:relative;
}
#bubble .frame {padding:20px 50px 0 50px; margin:0;}
#bubble .video {width:320px; height:240px; border:3px solid #CCC;}
#bubble .form {width:320px;}
#bubble .spacer {height:270px; width:700px; float:left;}
#bubble .fld	{width:280px; height:30px; background:url(../images/shortv/fld-tile.png) top left no-repeat; margin-bottom:7px;}
#bubble .fld input {border:none; background:transparent; margin:5px 0 0 10px; font-size:16px; outline:none; width:250px;}
#bubble .btn 
{
	width:280px; 
	height:36px; 
	border:none; 
	border-collapse:collapse; 
	outline:none; 
	color:#fff; 
	line-height:36px; 
	text-align:center; 
	font-weight:bold;
	background:url(../images/shortv/btn-tile.png) center center no-repeat;
	cursor:pointer;
	font-size:18px;
}
#bubble ul.checkmark {margin:0; padding:0; list-style:none;}
#bubble ul.checkmark li 
{
		padding-left:30px;
		height:20px;
		background:url(../images/shortv/checkmark.png) top left no-repeat;
		margin-bottom:5px;
}
#bubble .footer 
{position:absolute; bottom:10px; left:150px; text-align:center;}
