
.text { width: 220px; 
height: 45px; 
 background-image: url(../images/sieve3.jpg);
background-position-x: center;
background-position-y: center;
background-size: 1500px; 
border: #666666 thin solid;
box-shadow: inset 0px 0px 15px black;
border-radius: 10px; 
color: white;
text-shadow: 1px 1px 2px #000;  
text-weight: bold;
margin-top: 5px; 
margin-left: 15px;
outline: none;
padding-left: 10px;
font-size: 18px;
}



.mitext { 
height: 105px;
max-height: 200px;
max-width: 300px;
 background-image: url(../images/sieve3.jpg);
background-position-x: center;
background-position-y: center;
background-size: 1500px; 
border: #666666 thin solid;
box-shadow: inset 0px 0px 15px black;
border-radius: 15px; 
width: 270px; 
color: white;
text-shadow: 5px 5px 3px #000;  
text-weight: bold;
margin-top: 5px; 
margin-left: 15px;
outline: none;
padding-left: 10px;
font-size: 13px;
}


#input11
{
	background-image: url(../images/submit.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 50px;
	border: none;
	color: #000000;
	margin-top:10px;
        margin-left: 35px;
}

input#input1
{
	background-image: url(../images/submit1.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 50px;
	border: none;
	color: #000000;
	background-color: transparent;
	cursor:pointer;
} 

