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

/*   
Theme Name: Safa
Theme URI: http://www.freshoutmedia.com
Description: Navid's Theme
Author: Navid Safabakhsh
.
*/
body {
/*background-image:url(images/background.jpg);*/
background:#000;
width:100%;
height:100%;
text-align:center;
margin-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
#testimonial {
	float:left;
	width:190px;
	margin-left:10px;
	margin-right:10px;
	font-style:italic;
	margin-top: 5px;
	margin-bottom: 5px;
}
 input, textarea, textfield, select
{
color:#000000;
	background-color: #E9E9E9;
	width:180px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
input:focus, textarea:focus{
background-color: lightyellow;
}
input.sub{
width:90px;
}

a img { border:none; }