/*
Theme Name: ArtSee
Theme URI: http://www.elegantthemes.com/themes/artsee
Version: 1.0
Description: 2 Column theme from Elegant Themes
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/

.formContact, .formSoci {
  line-height:2.5;
  text-align:justify;
}

input, textarea {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	font-size: 12px;
}

select{
	border: 1px solid #BDC7D8;
	padding:2px;
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

textarea {
	border: 1px solid #E6E6E6;
	font-size:12px;
}

input:hover, input:focus, textarea:focus, textarea:hover {
	border: 1px solid #868686;
}

input[type=button]{
	cursor:pointer;
	color: #ffffff;
	background-color: #323232;		
	text-align: center;
	font-size: 11px;
	border: none;
}

 input[type=button]:hover{
	border: none;
 	cursor:pointer;
	color: #ffffff;
	background-color: #BFBFBF;	
	font-size: 11px;
 }

input[type=submit] {
	border: none;
	cursor:pointer;
	color: #ffffff;
	background-color: #868686;		
	text-align: center;
	font-size: 11px;
} 
 
input[type=submit]:hover {
	border: none;
	cursor:pointer;
	color: #ffffff;
	background-color: #BFBFBF;
	font-size: 11px;	
}

.form_button {
	margin-top: 10px;
}

.ok {
	font-weight: bold;
	color: #006600;
	font-size: 12px;
}

.error {
	font-weight: bold;
	color: #cc6666;
	font-size: 12px;
}
