/*
HTML 5 Template Name: Symfoni
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>
*/
input[type="text"], input[type=password], textarea
{
	font-family: Arial, Helvetica, sans-serif;
	color: #9b9b9b;
	font-size: 13px;
	vertical-align: middle;
	font-weight: normal;
	padding: 10px 10px 10px 14px;
	margin: 0;
	background: #fff;
	outline: none;
	border: 1px solid #d2d2d4;
	border-radius: 7px;
}
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-------------------------------------*/

#header form
{
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
}
#header form input
{
	display: block;
	float: left;
	width: 200px;
	margin: 0;
	padding: 8px;
	border: 1px solid #DDDDDD;
}
#header form #sf_submit
{
	width: auto;
	padding: 7px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	background-color: #F1F1F1;
	border-left: none;
	cursor: pointer;
}

/* ----------------------------------------------Forms in Comment Area-------------------------------------*/

#comments form
{
	display: block;
	width: 100%;
}
#comments form input
{
	width: 170px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 5px 5px 0 0;
}
#comments form textarea
{
	width: 98%;
	border: 1px solid #CCCCCC;
	padding: 2px;
	overflow: auto;
}
#comments form p
{
	margin: 5px 0;
}
#comments form #submit, #comments form #reset
{
	margin: 0;
	padding: 5px;
	color: #666666;
	background-color: #F7F7F7;
	cursor: pointer;
}

/* Contact form */
#contact-form
{
	position: relative;
	padding: 6px 0 0 0;
}
#contact-form fieldset
{
	border: none;
	padding: 0;
}
#contact-form label
{
	display: block;
	height: 46px;
	min-height: 46px;
	position: relative;
}
#contact-form input
{
	width: 343px;
	border:1px solid white;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor:pointer;
}

#contact-form input:hover
{
	border:1px solid #CE0B0F;
}

#contact-form textarea
{
	height: 195px;
	width: 515px;
	overflow: auto;
	resize: none;
	border:1px solid white;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor:pointer;
}

#contact-form textarea:hover
{
	border:1px solid #CE0B0F;
}

#contact-form .message
{
	min-height: 220px;
}
.buttons
{
	position: relative;
	overflow: hidden;
	padding: 25px 0 0 0;
	text-align: right;
}
/*  Buttons */
.button
{
    display: inline-block;
    background: #CE0B0F;
    border: 1px solid #ffffff;
    padding: 3px 20px 5px;
    color: #ffffff;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor:pointer;
}
.button:hover
{
    background: #e12a2a;
    border: 1px solid #ffffff;
    color: #fff;
    text-decoration: none;
}


.buttons span
{
	position: relative;
	overflow: hidden;
	margin-left: 14px;
}
.success, .error, .empty
{
	/*display: none;*/
	text-align: left;
}
.error, .empty
{
	position: relative;
	color: red;
	font-size: 9px;
	top: 0px;
	left: 10px;
}
.success
{
	padding-bottom: 10px;
}
.success, .success strong
{
	color: #2c9bb6;
}
/* ----------------------------------------------Contact Form in Footer------------------------------------*/

#footer label
{
	display: none;
}
#footer input, #footer textarea
{
	display: block;
	width: 207px;
	margin: 0 0 10px 0;
	padding: 8px;
	border: 1px solid #D1D1D1;
	color: #989898;
	background-color: #E6E6E6;
}
#footer textarea
{
	height: 90px;
	overflow: auto;
}
#footer button
{
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2BBEDD;
	background-color: #E6E6E6;
	border: none;
	cursor: pointer;
}

/* CSS3 Elements - Only work in latest browsers */

#comments input, #comments textarea, #comments button, #footer input, #footer textarea, #footer button
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

input, textarea, select
{
	resize: none;
	outline: none;
}
