/* ------------------------------------------------ *
CSS sheet for styles - DO NOT EDIT BELOW, thank you!
 * ------------------------------------------------ */

body{
    font-family: sans-serif;
    font-size: 0.9em;
    color: black;
    }
    
#container{
    width: 815px;
    margin: 20px auto;
    }
    

h1,h2 {
      font-family: sans-serif;
      font-weight: bold;
      font-size: 1.2em;
      }
#date
{
    font-family: sans-serif;
    font-size: 0.9em;
    color: black;
}

#bold
{
    font-size: 0.9em;
    color: black;
    font-family: sans-serif;
    font-weight: bold;
}

a:link, a:active
{
    font-size: 0.9em;
    color: black;
    font-family: sans-serif;
    text-decoration: underline;
}

a:hover
{
    font-size: 0.9em;
    color: purple;
    font-family: sans-serif;
    text-decoration: underline;
}

#footer
{
    font-size: 0.8em;
    color: #000;
    font-family: sans-serif;
}

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


ul li.heart {
          background: url(../images/heart.gif)  no-repeat;
          padding-left: 30px;
		  line-height: 1.5em;
		  font-size: 0.9em
          }
         

<!-- Special Guest styling -->  

.hunter{
float: left;
}
          
<!-- Refer This Site Form elements styling -->          
          
#wrapper2{
 width: 350px;
 font-size: 0.9em;
 }
 
 #referform{
 background-color: #ccc;
 }
 
.refer{
font-size: 0.9em;
}

.required{
font-weight: bold;
color: red;
}
		  
<!-- Web Services Form elements styling -->

form {
  font-size: 1.4em;
  width: 30em;
}

fieldset {
  margin: 1em 0; 
  padding: 1em;
  border : 1px solid #ccc;
}


 

legend {
  font-weight: bold;
}


label {
  display: block;
}


label .required {
  font-size: 0.75em;
  color:#760000;
}

input {
  width: 200px;
}


 input.submit {
  width: auto;
}

input:focus, textarea:focus {
  background: #ffc;
}

textarea {
  width: 300px;
  height: 100px;
}


#box {
 border: 1px solid #9900CC;
 padding: 10px;
}



#video {
	color: blue;
}


