﻿body {font-family: Verdana;
      font-size: 11px;
      color: #676767;
	  background-image:url(/upload/design/GUI/images/sitebg.jpg);
	  background-repeat: no-repeat;
	  background-position:center top;
	  background-attachment: fixed;
	  background-color: #dfdfdd;
      margin: 0px 0px 0px 0px;}

a:link      {color: #fd7c24;
			text-decoration: none;}
a:visited   {color: #fd7c24;
			text-decoration: none;}
a:hover     {color: #b24800;}
a:active    {color: #b24800;}


td {color: #464646;}

h1 {font-family: Verdana;
    font-size: 22px;
    color: #fd7c24;}

h2 {font-size: 18px;
    font-weight: bold;
    color: #fd7c24;}

h3 {font-size: 14px;
    font-weight: bold;
    color: #fd7c24;}

input {font-size: 11px;
    color: #fd7c24;}

input.button {font-size: 11px;
    height: 20px;
    color: #464646;
	background-color: #fd7c24;}
	
textarea {font-size: 11px;
    color: #fd7c24;}	

img {border-width: 0px;}


span.errormessage {font-size: 12px;
            color: #cc3333;
            background-color: #ffd6d6;
            font-weight: bold;
            height: 30px;
            border: solid 1px #b60000;
            width: auto;
            max-width: 400px;
            line-height: 30px;
            padding-left: 30px; 
            margin: 5px 0px 5px 0px;
            background-image: url("/admin/images/icons/warning.png");
            background-repeat: no-repeat;
            background-position: 1% 50%;}
