div, p { 
    margin: 0; 
    padding: 0; 
}

img {
    border: 0;
}

a {
    color: #8F8F8F;
}

a:hover, a :visited, a:active {
    color: #e9aa00;
}

ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.links li {
    margin-top: 4px;
    margin-bottom: 4px;
}

.links {
    padding: 10px;
}

.arrow {
    background: url(../Images/oycot_arrow.png) no-repeat;
    height: 10px;
    width: 10px;
}

.links a {
    background: url(../Images/oycot_arrow.png) no-repeat 0 3px;
    text-decoration: none;
    color: #4c4c4c;
    text-indent: 15px;
    display: block;
}

.links a:hover, .links a:active {
    background: url(../Images/oycot_arrow_hover.png) no-repeat 0 3px;
    text-decoration: none;
    color: #e9aa00;
    text-indent: 15px;
    display: block;
}

.button_section input{
  font-family:Tahoma,arial,san-serif;
  font-size: 12px;
  cursor: hand;
  cursor: pointer;
}

.alertmessage{
  color:#EF0000;
  font-weight: bold;
  font-size: 0.90em;
}

.label{
  
} 

.Oycot_leftpanel_bigbox {
padding-bottom:10px;
padding-left:5px;
padding-top:10px;
width:641px;
}

.Oycot_leftpanel_bigbox_header {
background:transparent url(../Images/oycot_bigbox_header.png) no-repeat scroll 0 0;
height:53px;
width:641px;
}

.Oycot_leftpanel_bigbox_content {
background:transparent url(../Images/oycot_bigbox_content.png) repeat-y scroll 0 0;
width:641px;
}

.Oycot_leftpanel_bigbox_footer {
background:transparent url(../Images/oycot_bigbox_footer.png) no-repeat scroll 0 0;
height:37px;
width:641px;
}

.Oycot_rightpanel_littlebox {
margin-left:0px;
margin-top:10px;
}

.Oycot_rightpanel_littlebox_header {
background:transparent url(../Images/oycot_littlebox_header.png) no-repeat scroll 0 0;
height:39px;
width:305px;
}

.Oycot_rightpanel_littlebox_content {
background:transparent url(../Images/oycot_littlebox_content.png) repeat-y scroll 0 0;
width:305px;
}

.Oycot_rightpanel_littlebox_footer {
background:transparent url(../Images/oycot_littlebox_footer.png) no-repeat scroll 0 0;
height:28px;
width:305px;
}

.Oycot_rightpanel_littlebox_separator {
background:transparent url(../Images/oycot_littlebox_separator.png) no-repeat scroll 0 0;
height:1px;
width:305px;
}

.Oycot_leftpanel_bigbox_header_content h1 {
color:#4C4C4C;
display:inline;
font-size:20px;
font-weight:bold;
}

.Oycot_leftpanel_bigbox_header_content {
color:#8F8F8F;
font-size:20px;
font-weight:bold;
padding-left:10px;
padding-top:15px;
}

.Oycot_leftpanel_bigbox_content_content h1 {
color:#4C4C4C;
display:inline;
font-size:15px;
font-weight:bold;
}

.Oycot_leftpanel_bigbox_content_content {
font-size:12px;
color:#4C4C4C;
padding:10px;
text-align:justify;
}

.Oycot_rightpanel_littlebox_header_content h1 {
color: #4C4C4C;
display:inline;
font-size:12px;
font-weight:bold;
}

.Oycot_rightpanel_littlebox_header_content {
color: #8F8F8F; 
font-size:12px;
font-weight:bold;
padding-left:10px;
padding-top:14px;
text-align:justify;
}

#sendemail label{
  width: 200px;
  float:left;
}

#sendmail textarea{
  font-family: Tahoma,arial,san-serif;
  width: 410px;
}

.errormessage{
  background-color:#EC2E08;
  width:100%;
  padding:5px;
  padding-right:20px;
  padding-left:20px;
  margin-left:10px;
  color:#EFEFEF;
  font-size:12px;
  font-weight:bold;
}

.infomessage{
  background-color:#52BF00;
  width:100%;
  padding:5px;
  padding-right:20px;
  padding-left:20px;
  margin-left:10px;
  color:#EFEFEF;
  font-size:12px;
  font-weight:bold;
}

.oycot-form{
  font-family:Tahoma,arial,san-serif;
  font-size: 0.68em;
  border: 1px solid #5F5F5F;
  border-right: 2px solid #0F0606;
  border-bottom: 2px solid #0F0606;
}

.oycot-form input, .oycot-form select{
  font-family:Tahoma,arial,san-serif;
  color: #3F3B3B;
}

.oycot-form select, .oycot-form option{height:18px !important;}

.form-title{
  border-bottom: 1px solid #5F5F5F;
}

.form-title{
    font-size: 1.10em;
    font-weight: bold;
}

.input-right{
  text-align:right;
}
.OycotGrid{
  font-family:Tahoma,arial,san-serif;
  font-size: 0.68em;
}

.oycot-form table.OycotGrid{
  font-size: 1em;
  background-color: red;
}

.OycotGrid td{
  height: 20px;
}

.commandbutton{
  font-family:Tahoma,arial,san-serif;
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
}

.admintoolbar{float: right;margin-right:10px;}