body{
	font-family: 'Share', cursive;
	font-size: 150%;	
}

.bolding{
	font-weight: bold;
	color: blue;
	font-size: 200%;
}

.bolding2{
	font-weight: bold;
	color: blue;
	font-size: 80%;
}

div{
	margin: 0 auto;
	text-align: center;	
}

.styled-input{
	border: 1px solid black; 
	-webkit-box-shadow: 
      	inset 0 0 8px  rgba(0,0,0,0.1),0 0 16px rgba(0,0,0,0.1); 
    	-moz-box-shadow: inset 0 0 8px  rgba(0,0,0,0.1),0 0 16px rgba(0,0,0,0.1); 
    	box-shadow: inset 0 0 8px  rgba(0,0,0,0.1),0 0 16px rgba(0,0,0,0.1); 
    	padding: 15px;
    	background: rgba(255,255,255,0.5);
    	margin: 0 0 15px 0;
	border-radius: 48px;
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	font-family: 'Share', cursive;
	font-size: 100%;
	text-align: center;
	text-align-last: center;
}

.styled-input-clear{		
	border: 0px solid; 	
    	padding: 15px;
    	background: rgba(255,255,255,0.5);
    	margin: 0 0 15px 0;
	border-radius: 48px;
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	font-family: 'Share', cursive;
	font-size: 100%;
	text-align: center;
	text-align-last: center;
}

.styled-input-clear2{		
	border: 1px solid; 	
    	padding: 15px;
    	background: rgba(255,255,255,0.5);
    	margin: 0 0 15px 0;
	border-radius: 48px;
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	font-family: 'Share', cursive;
	font-size: 100%;
	text-align: center;
	text-align-last: center;
}

.styled-button{
	background-color: white;	
	padding: 8px 18px;
	color: black;
	font-family: 'Share', cursive;
	font-size: 100%;
	border-radius: 48px;
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border: 1px solid #000000;
	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
	text-align: center;
	text-align-last: center;
}

.styled-button:hover {
	background-color: black;
	color: white;
}