body { 
	background: #d5e5ed url('/images/bg.png') repeat-x; 
	color: #333; 
}

.wrapper {
	width: 828px;
	margin: auto;
}

.header {
	margin-top: 10px;
	width: 828px;
	margin: auto;
}

.logo {
	width: 828px;
	height: 64px;
	background: transparent url('/images/logo.png') no-repeat;
}

.main_content {
	background: transparent url('/images/header_content_bg.png') no-repeat;
	width: 828px;
	height: 305px;
	margin: auto;
	font-family: tahoma;
	font-size: 13pt;
	text-align: justify;
	color: #717372;
}

.main_body {
	padding: 45px 45px 0;
	width: 326px;
}

.start_button {
	margin: 15px auto;
}

.VideoChat {
	width: 800px;
	height: 600px;
	margin: auto;
	clear: both;
}

.video_link {
	width: 780px;
	background-color: #333333;
	color: #FFFFFF;
	padding: 10px;
	overflow: hidden;
}

.link_input {
	/*float: left;*/
	/*width: 640px;*/
	color: #FFFFFF;
	font-size: 15px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
}

.link_label {
	/*width: 115px;*/
	font-size: 15px;
	font-weight: bold;
	/*float: left;*/
	background-image: url(/images/link.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	padding-left: 30px;
}
.footer {
	text-align: center;
}
.nav {
	float:right;
}
.nav ul {
	list-style: none;
}
.nav li {
	float :left;
	/*width: 60px;*/
	text-align: center;
	margin: 5px;
}

.nav li a {
	display:block;
	text-decoration: none;
	padding: 5px;
	color: #336799;
}

.nav li.active a{
	background-color: #75a1c4;
	color: #FFFFFF;
}



.nav li a:hover{
	background-color: #92b1cd;
	color: #FFFFFF;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


.flash_error {
	background-image: url(/images/exclamation.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	background-color: #E77471;
	border: 1px solid #C24641;
	width: 400px;
	margin: 10px auto;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 10px 10px 25px;
}

.info_flash {
	background-color: #CCFFCC;
	border: 1px solid #99CC99;
	width: 400px;
	margin: 10px auto;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
}

.button {
	background:transparent url(/images/bg_button_a.png) no-repeat scroll right top;
	display:block;
	height:38px;
	margin:auto;
	padding-right:9px;
	text-decoration:none;
	width: 250px;
	text-align:center;
}

.button span {
	background:transparent url(/images/bg_button_span.png) no-repeat scroll 0 0;
	display:block;
	line-height:38px;
	padding-left: 9px;
	color:#e03415;
}