/*
 * Style; formularz kontaktowy
 *
 * @link      		http://skrypty.koderium.pl/formularz
 * @author     		Łukasz Marcin Dominikowski & KODERiUM.pl
 * @copyright  		(c) 2012 Łukasz Marcin Dominikowski & KODERiUM.pl
*/
body, label { font-family: arial; color: #555; font-size: 14px; background: #fff; }

input[type=text], input[type=email], input[type=file], select, textarea { width: 60%; margin: 0px 0px 14px 0px; padding: 6px; border: 1px solid #ddd; display: block; 	clear: both; background: #fff; font-family: arial; 	border-radius: 2px;	font-size: 14px; color: #676767; transition: all 0.3s; display: inline-block; }
label { width: 38%; min-height: 25px; display: inline-block; }

textarea { width: 98%; height: 60px; }
input:focus, select:focus, textarea:focus { box-shadow: 0px 0px 2px #bbb; border-color: #aaa; color: #454545; }
label { margin: 0px 0px 14px 0px;  }
label span.red { clear: both; display: block; }

input[type=submit] { width: 150px; margin-top: 14px; padding: 8px; border: 0px; background: #006699; color: #fff; cursor: pointer; display: block; clear: both;  }
input[type=checkbox] { width: 15px; clear: none; } 
span.red { font-weight: normal; color: #c00; font-size: 13px; }
.foot { margin-top: 12px; font-size: 12px; color: #ccc; display: block; clear: both; } 
.alert-red, .alert-green { padding: 6px 15px; margin-bottom: 15px; border: 2px solid #de0000; display: block; background: #ef0000; color: #fff; text-shadow: 1px 1px 2px #f00; } 
.alert-green { background: #cddd1a; border-color: #A8B218; color: #444; text-shadow: 1px 1px 2px #fff; }


form.form50 label.lblReCaptcha, form.form50 label.lbl100 { width: 100%; margin-bottom: 4px; display: block; clear: both; float: none; }

form.form50 label.inline { padding-top: 4px; margin-right: 8px; display: inline; clear: none; float: none; width: auto; }









