/* +-----------------------------------------------------------------+
//  Path: /themes/default/css/start/stylesheet.css
*/
a, div, body, html, table{ font:normal normal 11px Verdana,sans-serif; }
body					 { background-color:#ffffff; margin:0; }
h1 { width:auto; clear:both; color:#003080; font-size:16px; font-variant:small-caps; font-weight:bold; background-color:transparent; padding:4px; }
h2 { color: #003080; font-size: 16px; }
p                        { line-height: 1.5em; margin: 0px 0px 1em; padding: 0px; }
a 						 { text-decoration:none; }
a:hover					 { color:#c96e29; text-decoration:underline; }
a:link, a:visited, a:active { color:#0000ff; text-decoration:none; }
a.button                 { padding:3px 15px; color: #000; border: 3px outset #666; margin: 0px 5px; background-color: #ceddf0; }
form                     { display:inline; margin: 0; padding: 0; }
input, select, textarea, file, checkbox, radio { font-size:11px; padding: 0; }
fieldset                 { margin: 0; padding: 10px; border: 1px solid #666; }
legend                   { font-family:Tahoma,Verdana,Arial,sans-serif; font-size:14px; font-weight:bold; margin: 0; padding: 0 4px; }
label                    { margin: 0; padding: 0; font-weight: bold; }
#please_wait             { display:none; position:fixed; left:50%; top:50%; }
.fieldRequired			 { color:red; }
