.cameraClass
{
    position: relative;
    height: 200px;
    border:1px solid #aaa;
    width: 200px;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
    margin: 45px 30px 0 auto !important;
}

.cameraClass .thumbBox
{
    position: absolute;
    top: 50%;
    left: 59%;
    width: 120px;
    height: 160px;
    margin-top: -75px;
    margin-left: -92px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.cameraClass .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}
.cameraAction{
	display: block;
    margin-left: 130px;
    text-align: center;
    margin-top: 5px;
}
.webcam_start{
	text-align: center;
	display: block;
	margin-left: 34% !important;
}
.webcam_capture{
	text-align: center;
	display: block;
	margin-left: 34% !important;
}
.camBtnColor{
	color: #fff !important;
	background-color: #286090;
	border: none;
	padding: 4px 10px;
	margin: 0 2px !important;
	border-radius: 3px;
}