#webcam {
	z-index:9999;
	margin: 0px auto;
	border: 1px solid #999;
	padding: 0px 1px 1px 1px;
	background-color: #fff;
	color:#ddd;
}
#webcam div {
	position: relative;
	padding: 1px;
	overflow: hidden;
	background-color:#777;
	background-image:-moz-linear-gradient(bottom,#666,#7f7f7f);
	background-image:-webkit-gradient(linear,left bottom,left top,from(#666),to(#7f7f7f));

}
#webcam #webcam_content {
	position:relative;
	display:block;
}
#webcam #webcam_content #webcam_image img {
	cursor:pointer;
}
#webcam select {
	background-color:#eee;
	padding:1px;
	line-height: 15px;
	vertical-align:middle;
}
#webcam a { 
	color:lightgreen;
}
#webcam .input {
	height:16px;
	width:100px;
	border:1px inset #fff;
}
#webcam submit, .submit {
	line-height:12px;
	width:50px;
	height:20px; 
	border:0px #fff;
}
#webcam #loginform table { 
	color:#ddd;
}
#webcam #loginform table .input, #webcam #loginform table select {
	height:16px;
	width:100px;
	border:1px inset #fff;
}