p.formwarning {background: url(/cms/images/famfamfam/silk/icons/exclamation.png) no-repeat; padding-left: 20px;}
span.requiredexplain {font-size: smaller; margin-left: 10px; border-right: solid 4px #f66; padding-right: 4px;}

form div.message {color: Red; margin-bottom: 5px;}

input:focus, textarea:focus {background: #eee;}
input.submit {width: 100px; margin-top: 5px;}
/*input.button {padding:1px; margin:0; border:1px solid #7F9DB9; background-color:#ffffff; border-left:none; color:#5673c0;}*/
input.button 
{ background-color:#ffffff; 
  border:1px solid #7F9DB9; 
  height:20.5px; 
  color:#5673c0;
    /* 
 padding:1px 1px 13px; 
 height:22px; 
 margin:0; 
 border:1px solid #7F9DB9; 
 background-color:#ffffff; 
 border-left:none; 
 color:#5673c0;*/}
 
.search {color:#5673C0;}

fieldset {padding: 5px; border: dotted 1px #999;}
fieldset legend {font-size: smaller; font-weight: bold; padding: 5px; color: #999;}

table.form th {width: 150px;}
table.form input.text {width: 300px; border: solid 1px #999; padding: 2px 0px;}
table.form select {border: solid 1px #999; padding: 2px 0px;}
table.form textarea {width: 300px; border: solid 1px #999; padding: 2px 0px;}
table.form select#Country {width: 300px;}
table.form div.notes {font-size: smaller; color: #666;}
table.form .required {border-right: solid 4px #f66 !important;}
