﻿fieldset 
{
    background-color: #fffff0;
    border-color: Yellow;
}

fieldset div.vsum
{
    color:Red;
}

label {
   width: 200px;
   text-align:right;
   padding-right:10px;
   float:left;
   display: block;
}
input, textarea, select {
   float: left;
   display: block;
   border: solid 1px #A1C2DC;
   margin-bottom:5px;
   background-color:#f0f0f0;
   color: #13407a;
}
input:focus, textarea:focus, select:focus
{
   border: solid 1px #353FFF;
   background-color:#f8f8f8;
}
img 
{ 
    border-style: none;
	border-color: inherit;
	border-width: medium;
	text-align: center;
}

div.line
{
    overflow: hidden;
    clear: both;
    margin-bottom: 0.1em;
}
#submit
{
    font-weight:bold;
}
  
div.center
{
    text-align: center;
}
