#vidVideo 
{
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:320px;
  height:240px;
}
#imgPhoto 
{
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:240px;
  height:320px;
}
#cvsCanvas 
{
  display:none;
}
#divCamera 
{
  width:320px;
  height:240px;
  top;0;
  position:relative;
}
#divOutput 
{
  width: 320px;  
}
#btnTakePhoto 
{
  display:block;
  margin-left:auto;
  margin-right:auto;
  bottom:32px;
  background-color: rgba(0, 150, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  color: rgba(255, 255, 255, 1.0);
  z-Index: 1000;
  cursor:pointer;
}
#divSelfieContent 
{
  font-size: 16px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  width: 320px;
  position:relative;
}