/*
Template Name: PhotoProwess
File: Forms CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

form, fieldset, legend{
	margin:0;
	padding:0;
	border:none;
	}

legend{
	display:none;
	}

input, textarea, select{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

/* ----------------------------------------------Search Form-------------------------------------*/

#search{
	float:right;
	margin:0;
	padding:0;
	}

#search input{
	display:block;
	float:left;
	width:190px;
	height:20px;
	margin:0;
	padding:5px 5px 5px 10px;
	color:#fee9e9;
	background:url("../images/search_l.gif") 0 0 no-repeat #770000;
	border:none;
	}

#search input#go{
	width:35px;
	height:30px;
	margin:0;
	padding:0;
	cursor:pointer;
	background:none;
	}

/* ----------------------------------------------Forms in Content Area-------------------------------------*/

#container #respond{
	display:block;
	width:100%;
	}

#container #respond input{
	width:170px;
	padding:2px;
	border:1px solid #CCCCCC;
	margin:5px 5px 0 0;
	}

#container #respond textarea{
	width:98%;
	border:1px solid #CCCCCC;
	padding:2px;
	overflow:auto;
	}

#container #respond p{
	margin:5px 0;
	}

#container #respond #submit, #container #respond #reset{
	margin:0;
	padding:5px;
	color:#666666;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
	cursor:pointer;
	}

/* ----------------------------------------------Footer Contact Form-------------------------------------*/

#contact label{
	display:none;
	}

#contact input, #contact textarea{
	display:block;
	width:300px;
	margin:0 0 15px 0;
	border:2px solid #8dc3fa;
	}

#contact input, #contact textarea, #contact select{
	font-size:13px;
	color:#fff;
	background-color:#1c74cd;
	}

#contact input{
	padding:18px 10px;
	}

#contact textarea{
	height:68px;
	padding:10px;
	overflow:auto;
	}

#contact button{
	padding:5px 10px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background-color:#1c74cd;
	border:none;
	cursor:pointer;
	}

/* ----------------------------------------------Homepage Newsletter-------------------------------------*/

#homepage input#newsletter{
	display:block;
	float:left;
	width:263px;
	height:23px;
	margin:0;
	padding:5px 10px;
	color:#989898;
	background:url("../images/newsletter_form.gif") 0 0 no-repeat #FAFAFA;
	border:none;
	}

#homepage input#subscribe{
	width:102px;
	height:33px;
	float:left;
	margin:0 0 0 15px;
	padding:0;
	cursor:pointer;
	}

#homepage .fl_right .form_hint{
	color:#596661;
	background-color:#FAFAFA;
	}