﻿div#webCam
{
	padding: 5px;
	margin-bottom: 0.4em;
}
div#webCam .sb-inner
{ 
	background: DarkKhaki; 
}
div#webCam .sb-border 
{ 
	background: SlateGray; 
}

div#webCamContent
{
	height: 280px;
	margin-top: 5px;
	overflow: auto;
	background: Snow;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

img.webCamImage
{
	width: 310px;
	height: 240px;
	border-style: solid;
	border-width: 1px;
	border-color: SlateGray;
}
img.webCamImage:link
{
	border-style: solid;
	border-width: 1px;
	border-color: SlateGray;
}
img.webCamImage:visited
{
	border-style: solid;
	border-width: 1px;
	border-color: SlateGray;
}

