
body { 
  background: #f3f2e8 url(../images/bp.gif) no-repeat center top;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  color:#111111;
  text-align:center;
}

input {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
}

select {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
  color: #CC0100;    
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

 .curved-box-css3
    {
    background: #FF6600 url(../images/top780.jpg) no-repeat;
    width: 770px;    
    margin: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left:auto;
    margin-right:auto;
}

.curved-box-css3 h1
    {
    padding: 20px 15px 0px 25px;  
    margin: 0px;  
    color: #FFFFFF;
    text-align:left;
}

.curved-box-css3 h2
    {
    padding: 10px 15px 0px 15px;    
    color: #f4fbfd;
}

.curved-box-css3 p
    {
    color: white;
    margin: 0px;
    padding: 0px 15px 0px 25px;    
}

.but
    {
    background: #CC0100;
    font-weight: bold;
    color: #FFFFFF;
    } 
    
.help {
  width:210px;
  height:40px;
  color:white;
  font-weight:bold;
  margin-top:4px;
  float:left;
  display:none;
  background: #CC0100 url(../images/pointer.gif) no-repeat;
  text-align:left;
  padding-left:20px;
}

.star {
  color: #CC0100;
  font-weight: bold;
}