﻿/*
	Background Stretcher jQuery Plugin 
	© 2009 ajaxBlender.com
*/

BODY {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background: #000000;
}
A { color: #FFFFFF; }
A:HOVER {
	text-decoration: uderline;
	color: #FFFFFF;
}	
H1 {
	font-weight: bolder;
	color: #CCCCCC;
	margin: 0;
	padding: 0;
}


H3 {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

H4 {
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

H5 {
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	margin: 10;
	padding: 0;
}

img
{  border-style: none;
}

/* captcha */

#contact  input, #contact  label, #contact  textarea {
	display: block;
	margin-top: 10px;
	padding: 2px;
}
#contact  label { 
	margin-top: 0 ;
	font-weight: bold;
}
textarea { font-size: 80%; font-family: Verdana,Arial,Helvetica,sans-serif; }
#response, #loading { display: none }
#loading { text-align: center }
label.error { font-size: 11px; color: red }
input.error, textarea.error { border: 1px solid red }
#response h5 { background: none; border: none }
#contact input.data1, #contact input.data2 {
	display: inline;
	width: 200px;

}

#contact input.captcha, #contact input.sum {
	display: inline;
	width: 40px;
	text-align: center;
}
#contact input.sum { width: 20px }
span#spambot {
	font-size: 11px;
}
#contact input, #contact textarea {
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
    border: 1px solid #D8D8D8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    outline: 0 none;
    padding: 5px;
    width: 180px;
}
#contact textarea { width: 300px; font: normal 13px/150% Arial, Helvetica, sans-serif;  }

#contact input:hover, #contact textarea:hover, #contact input:focus, #contact textarea:focus {
    border-color: #B0B0B0;
}

