html 
{ 
	height: 100%;
}

div{
    border-style: none;
}

body
{
 	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#topBar{
    width: 100%;
    padding: 15px;
    margin: 0px;
    background: linear-gradient(to bottom, #ffcc33 1%,#d6802a 100%);
    background: white;
}

#instructHolder{
    width: 90%;
    padding-left: 10px;
}

#mainDiv{
    padding-top: 15px;
    padding-left: 4px;    
    margin: 0px;
    background: #FFFFFF;
    background: linear-gradient(to bottom, #ced0f4  1%,#ffffff 20%);
}

.instructText{
    font-family: 'Arvo', sans-serif;
    font-size:16px;
}

.labelStyle{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    width: 60%;
    margin-left:20px;
}

#outputField{
    height:100px;
    vertical-align: top;
}

.inputBoxes{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    width: 60%;
    border-radius: 5px;
    border-style: dotted;
    border-width: thin;
    border-color: #333333;
    margin-bottom: 12px;
    margin-left:20px;
    vertical-align: top;
    padding-top: 0px;
}



.btnStyle 
{
    margin: 4px; 
	top: 10px;
	background: #0048bc;
	border-style: solid;
	border-width: 0px;
	box-shadow: 2px 2px 3px #000000;
	border-color: black;
    border-radius: 11px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size:22px;
    padding: 15px;
    margin-left: 20px;
}


.titleText
{
    font-family: 'Open Sans', sans-serif;
}

