@charset "utf-8";
/* CSS Document */

body {
	background-image: url("images/fervid2-beach_05.png");
	background-attachment: fixed;
}

a:link {color: #001EF0; font-weight: bold;}
a:visited {color: #D1A886;}
a:hover {color: #F90000; font-weight: normal; font-style: italic;}
a:active {color: #FFFFFF; font-style: italic;}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-image: linear-gradient(#00FEFF, #ECFDFE);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFFFFF; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7DFEFE; 
}

.site {
	width: 414px;
	color: #2E23F5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 10pt;
}

img.thumb {
	float: left;
	height: 75px;
	width: 30px;
	margin-right: 10px;
}

h1 {
	font-family: "Amatic SC", sans-serif;
	font-style: normal;
    font-size: 30pt;
	border-left: 20px double #FFFFFF;
	padding-left: 4px;
}

h4 {
	font-family: "Amatic SC", sans-serif;
	font-style: normal;
    font-size: 14pt;
    color: #2E23F5;
	margin-bottom: 2px;
	margin-top: 0px;
}

label {
    display: block;
    margin-top: 20px;
    letter-spacing: 2px;
}

input{
    width: 250px;
    height: 20px;
    background-color: #FFFFFF;
    border: 1px solid #2E23F5;
    margin-top:3px;
    font-size:0.9em;
    color: #2E23F5;
   
}
textarea{
    width:250px;
    height:100px;
    background-color: #FFFFFF;
    border: 1px dotted #2E23F5;
    margin-top:3px;
    font-size:0.9em;
    color: #2E23F5;
}


#submit {
    width:70px;
    height:35px;
    background-color: #FFFFFF;
    color: #2E23F5;
    border: 1px dotted #2E23F5;
    margin-top:20px;
}