
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,.p,blockquote,fieldset,input {margin:0;padding:0;}




body { 
color:#4A4A4A;
background-color:#F2F2F2;
font-family: arial, helvetica, sans-serif;
font-size:1.5em;
} 


a {color:#E67526;}


p {
	margin: 1em;
}


.button {
	
	color: #E67526!important;
	border-color: #E67526!important;
	background-color: transparent;
	border: 1px solid;
    /*background-color: #E67526; /* Green */
	background: rgba(76, 175, 80, 0.0);
	
	 padding: 1em 1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
	border-radius: 1em;}
	
.button:hover
{
color: #ffffff!important;
border-color: #E67526!important;

background-color:#E67526; 
cursor:pointer;
background-color: #E67526;
border: 1px solid;


	 padding: 1em 1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
	border-radius: 1em;
}


.button2 {
	
	color: #ffffff;!important;
	border-color: #E67526!important;
	background-color: #E67526;
	border: 0px;
	 padding: .5em .5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .75em;
	border-radius: 12px;}

.button2:hover {cursor:pointer;}

input[type=text] {height:1.5em;font-size:0.5em;}


.comments {
    background-color: #e3e3e3; /*dark gray*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height:45%;
	padding: 2px;
}



#centerdiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:400px;
	height:618px;
	margin-top: -309px; /*set to a negative number 1/2 of your height*/
	margin-left: -200px; /*set to a negative number 1/2 of your width*/
	
}


#code-word-div{display:none;padding:0;margin:0;}

.errorMsg { display:none; font-size:smaller; color:#E67526;}



