@import url(https://fonts.googleapis.com/css?family=Raleway:500);
#blah{display:none;}		
.content video{
display: block;
position: relative;
max-height: 150px;
height: 150px;
margin: auto;
width:200px;
}
.content canvas{
display: block;
position: relative;
max-height: 150px;
margin: auto;
}
#canvas1{
display: none;
position: relative;
max-height: 150px;
margin: auto;
height:0px;
}
.aL{
cursor: pointer;
padding: 10px;
border-radius: 10px;
background: #fff;
color: #91581B;
font-weight: bold;
border: 1px solid;
}
.aL:hover{
cursor: pointer;
background: #3B8686;
}
#ok,#cancel{display:none;}

#submit
{
	cursor:pointer;width:150px;padding: 10px;border-radius: 10px;background: #fff;color: #91581B;font-weight: bold;border: 1px solid;
}

#InputText
{
	width:300px;overflow:hidden;border-radius:10px;padding:10px;color:#91581B;font-size:18px;font-weight:bold;background:#ccc;
}

#InputTd
{
	color: #fff;font-weight: bold;font-size: 20px;
}

#imgRead
{
	display:none
}
#selectFile
{
	display:none
}

#ContainerDiv
{
	width:100%;max-width:700px;margin:0 auto;padding-top:100px;
}