div#masterdiv
{
  z-index: 1;
    width: 99%;
    height: 99%;
    text-align:center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thick solid #000000;
background-color:	#006EAB;
   /* old 
    background-image:url('http://www.customschooluniforms.com/images/gradientdown.png');
    */
    background-image:url('http://www.customschooluniforms.com/uniformbuilder/images/gradientblack.jpg');
    font-family:  Arial, Helvetica, sans-serif;
   
}


div#bodydiv
{
	z-index: 2;
	width: 800px;
	text-align:left;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	visibility: visible
}
div#logo 
{
z-index: 2;
color: #ffffff;
font-size:11px;
}
body 
{
font-family:		arial,helvetica,verdana,sans-serif;
letter-spacing: 2px;
word-spacing: 4pt;
font-size:		15px; 
color:			#ffffff;
background-color:	#000000;
padding:		0Px; 
margin:			0px; 
text-align: center;

}

.bigletter
{
font-size: 20px;
}
.instructions
{
letter-spacing: 1px;
text-align: left;
}



a, a:link, a:visited
{
font-family:		arial,helvetica,verdana,sans-serif; 
color:			#006EAB;
font-size:		10pt;
text-decoration:	none;
}

a:active,  a:hover
{
font-family: 		arial,helvetica,verdana,sans-serif; 
color:			#006EAB;
font-size:		10pt;
text-decoration:	underline;
}

table, tr, td
{
border-collapse:	collapse;
font-family: 		arial,helvetica,verdana,sans-serif; 
font-size: 		12px; 
color: 			#000000; 
padding: 		3px;
}


            

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 3px inset #000000;
	border-top: none;
	border-left: none;
	border-right: none;
	/** remember to change image path **/

	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 15px;
	color: #285095;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: 'Times New Roman', Times, serif;
	font-style: bold;
	font-size: 14px;
	color: #100404;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:focus {
	border: 3px inset #FFFFFF;
	background-color: #FFF8C6;
	border-top: none;
	border-left: none;
	border-right: none;
	/** remember to change image path **/
	color: #cc130f;
}
    
.warning {
border-style: double;
border-color: red;
border-width: thick;
padding:6;
text-align: center;
}
