﻿

/*ELEMENTS*/
BODY   {text-align:center; min-width: 600px; color:#362229; background-color:#F5FAF1; font-family: arial,tahoma,open_sansregular,sans-serif;}

/*  change the colors below to match the color theme of your online service */
h1		{font-size:x-large; font-weight:900; font-stretch:ultra-expanded; color: #362229;}
h2		{font-size:large; font-weight:bold; color: #362229;}
h3		{font-size:medium; color: #362229; font-stretch:ultra-expanded;}
h4     {font-size:medium; font-weight:normal; color: #362229;}
h5  	{font-size:small; color: #362229; font-weight:normal;}
h6		{font-size:x-small; font-weight:lighter;}

/* change the colors below to match your online service colors */
A:link    { color: #006837; text-decoration: none } /* blue */
A:visited { color: #8CC63F; text-decoration: none} /* purple */
A:active  { color: #39B54A; text-decoration: none} /* red */
A:hover   { text-decoration: underline} 

input[type="submit"] {
	color:#F5FAF1 !important;
	background-color:#006837 !important;
	border-color:#ffffff !important;
	text-align:center !important;
	vertical-align:middle !important;
	cursor:pointer !important; 
	border:0px solid transparent !important; 
	padding:6px 16px !important; 
    height:30px !important;
	font-size:14px !important; 
	border-radius:4px !important;
}

/*Styles for wrapper div for centering content*/
#wrapper {position: static; margin-left: auto; margin-right: auto; margin-top: 10px; width:300px; text-align: left; overflow: hidden; border: 3px solid #006837; border-radius: 20px; background-color:#CEE4C5; padding: 10px}
#stat {padding: 10px 0px 0px 0px}

.validate {
    color:red
}