﻿@charset "utf-8";

input[type="text"], select
	{
		background-color:#fff;
		border:solid 1px #ddd;
		padding:6px 6px;
	}
 form table, form table td
	{
		border:solid 1px #eee;
		border-collapse:collapse;
		padding:4px 4px;
	}
  
form table
	{
		width:100%;
	}
form h3
	{
		background-color:#841C2C;
		padding:5px 5px;
		font-family:verdana;
		font-size:15px;
		font-weight:normal;
		border-bottom:solid 3px #eee;
		color:#000;
		border-bottom:solid 3px #eee;
		float:left;
		margin:10px 0 0 0;
		width:99%;
		
		}
   .redStar
   {
   	color:Red;
   	}
		
.sbt_button {
        padding:10px;
        margin:10px 0 10px 0;
     border-radius:5px;
        color:#fff;
        background-color:#841C2C;
        border:none;
    }

    .sbt_button:hover {
background-color:#0e7f4f;
cursor:pointer;
    }