
/* branded video player */

.hide { display: none; }

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
	}

body {
	background: #badae6;
	margin-top: 0px; 
	text-align:center; 
	font-family: Arial, Helvetica, Verdana, sans-serif; }

em, q {
	font-weight: bold;
	font-style: normal;
	}

a	{ outline: none; color: white; text-decoration: none; }
a:hover { outline: none; color: white; text-decoration: none; }

a img { border: 0; }
	
#wtmContainerBranded {
	width: 742px;
	height: 270px;
	background: #000000 url(/viewer/images/remax-742x260.jpg) no-repeat;
	text-align: left;
	margin: 0 auto;
	position: relative;
	border: 1px solid #666633;	}
	
/* wtmMedia CSS */
										
#wtmMediaMovie {
	display: block;
	position: absolute;
	margin: 0px;
	z-index: 1;
	top: 7px;
	left: 7px;
	width: 640px; }	

/* movie CSS */
										
#movie {
	display: block;
	position: absolute;
	margin: 0px;
	z-index: 1;
	width: 640px;
	height: 425px; }

/* wtmClientInfo CSS */

#agent-info {
	display: block;
	position: absolute;
	margin: 0px;
	z-index: 1;
	top: 46px;
	right: 0px;
	width: 244px;
	height: 87px; }

#info-box {
	position: relative;
	width: 244px;
	height: 87px; }

#agent-photo {
	position: relative;
	float: left;
	height: 72px;
	margin: 0px 0px 0px 5px; }

.agent-name {
	position: relative;
	float: left;
	margin: 0px 50px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff; }
	
.agent-title {
	position: relative;
	float: left;
	margin: 0px 50px 0px 5px;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff; }

.agent-mobile {
	position: relative;
	float: left;
	margin: 2px 50px 0px 5px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff; }

.agent-email {
	position: relative;
	float: left;
	margin: 2px 50px 0px 5px;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff; }

.footer {
	position: relative;
	float: middle;
	font-size: 11px;
	font-weight: normal;
	color: #003399; }

/* wtmContent CSS */

#message {
	display: block;
	position: relative;
	margin: 0px;
	z-index: 1;
	top: 0px;
	right: 0px;
	width: 208px;
	height: 269px;
	font-size: 11px; 
	color: #ffffff; }

.wtmContent p {
	margin-top: 5px;}

