/*============================== http://omboy.ru ==============================*/

div.webcam_contr {
	background:#D9E7FD url(/project/content/images/webcam_cnr_bg.png) repeat-y;
}

div.webcam_contr div {
	background:url(/project/content/images/webcam_cnr_top.png) no-repeat top;
}

div.webcam_contr div div {
	background:url(/project/content/images/webcam_cnr_footer.png) no-repeat bottom;
	height:390px;
	width:356px;
}

div.webcam_contr_option {
      background:url(/project/content/images/webcam_cnr_select.png) no-repeat center center;
	  position:absolute;
	  margin:270px 0 0 123px;
	  width:221px;
	  height:34px; }

div.webcam_contr_option select {
   color:#284f9c;
	 background-color:#7e9ede;
	 font-size:11px;
	 font-family:tahoma;
	 position:absolute;
	 clip:rect(2px 125px 17px 2px);
	 width:200px;
	 height:20px;
	 margin:7px 0 0 15px;
	 border:none; }

#webcam_display_current {
	width:320px;
	height:240px;
	background-color:#bfd7fd;
	position:absolute;
	margin:20px 0 0 18px;
	font-size:11px;
	font-family:tahoma, arial;
	text-align:center;
	color:#6a89c7;
}

div.webcam_contr_buttons {
      background:url(/project/content/images/webcam_btn_bg.png) no-repeat center center;
	  position:absolute;
	  margin:325px 0 0 275px;
	  width:58px;
	  height:36px; }

div.webcam_contr_buttons .play {
      background:url(/project/content/images/webcam_btn_play.png) no-repeat center center;
	  cursor:pointer;
	  float:left;
	  width:31px;
	  height:36px; }

div.webcam_contr_buttons .play_hover {
      background:url(/project/content/images/webcam_btn_play_hover.png) no-repeat center center;
	  cursor:pointer;
	  float:left;
	  width:31px;
	  height:36px; }

div.webcam_contr_buttons .stop {
	  cursor:pointer;
	  float:right;
	  width:24px;
	  height:36px; }

div.webcam_contr_buttons .stop_hover {
	  background:url(/project/content/images/webcam_btn_stop_hover.png) no-repeat center center;
	  cursor:pointer;
	  float:right;
	  width:24px;
	  height:36px; }
	  
td.webcam_description {
	padding-left:15px;
	font-size:12px;
}

div.webcam_title {
	color:#3C7CD2;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
	margin-bottom:15px;
}
