#captchaImage{
   /* margin-top: 10px;
    box-shadow: 5px 5px 5px 5px gray;
	padding: 10px;
	height: 80px;
	border: red 2px solid;
    margin-left: 10px;
	*/
	font-family: "Courier New", Courier, monospace;
	
    width: 150px;
    letter-spacing: 10px;
    font-weight: 800;
    
    user-select: none;
   /* font-style: italic;*/
    
    font-size: 45px;
}
/*#user-input{
    box-shadow: 5px 5px 5px 5px gray;
    width:auto;
       margin-right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    height: 50px;
    border: red 0px solid;
}
input{
    border:1px black solid;
}
.inline{
    display:inline-block;
}*/
