/* 
pomarancz górna: #ffae00; 255,174,0 
zielen dolna: #044843; 4,72,67
sredni: #817b22; 129, 123, 34
tagline: #ffd868
h1: #ffffcc;
*/

/*___COMMENTS___*/



input.butySend {
	margin-left:658px;
	margin-bottom:16px;
	width: 120px;
	color:#044843;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding:4px 12px;
	opacity: 0.6;
	border:#044843 1px solid;
	border-radius:4px;
	
	background-image: linear-gradient(bottom, rgb(170,170,170) 0%, rgb(230,230,230) 100%);
	background-image: -o-linear-gradient(bottom, rgb(170,170,170) 0%, rgb(230,230,230) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(170,170,170) 0%, rgb(230,230,230) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(170,170,170) 0%, rgb(230,230,230) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(170,170,170) 0%, rgb(230,230,230) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(170,170,170)),
		color-stop(1, rgb(230,230,230))
	);
	background-repeat: no-repeat;

	cursor:pointer;
	margin-top:8px;
}

input:hover {
	opacity:1;
}

/*
.inpComment{
}

.titleComment{
	margin-top:20px;
	padding: 0px 0px 0px 30px;
	color:#044843;
	text-align:left;	
	font-family: 'Shanti', sans-serif;
	font-size:16px;
	display:inline-block;
	font-weight:bold;
}

.autorComment{
	margin-top:20px;
	padding: 0px 0px 0px 30px;
	color:#044843;
	text-align:left;	
	font-family: 'Shanti', sans-serif;
	font-size:13px;
	display:inline-block;
	font-style:italic;
}

.textComments {
	padding: 0px 30px;
	color:#FFC;
	text-align:left;	
	font-family: 'Shanti', sans-serif;
	font-size:13px;
}

.textComments a {
	color:#FFC;
	font-family: 'Shanti', sans-serif;
	font-size:13px;
	text-decoration:underline;
}*/

/*////////////////////////////////////////

textarea {
	width: 721px;
	max-width: 721px;
	color:#333;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding:4px 12px;
	border:#044843 1px solid;
	border-radius:4px;
	background-color: #fff;
	margin-left:30px;
	height:90px;
}*/

.inpTae{
	display:inline-block;
	padding: 20px 0px 0px 30px;
	text-align:justify;	
}

input.formComment {
	width: 200px;
	color:#333;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding:4px 12px;
	border:#044843 1px solid;
	border-radius:4px;
	background-color: #fff;
	margin-bottom: 8px;
}

.allf {
	padding: 0px 30px;
	color:#044843;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:11px;
}

.addCommentHead{
	padding: 10px 0px 0px 30px;
	color:#044843;
	text-align:left;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.addCommentField{
	width:100%;
	margin-top:10px;
	background-color:#ccc;
	min-height:330px;
}

.headComment {
	padding: 10px 30px 0px 30px;
	color:#ccc;
	text-align:left;
	font-size:24px;
	font-family: 'Kaushan Script', sans-serif;
}

.comments-center {
	padding-bottom:10px;
	border:#044843 1px solid;
	border-radius:10px;
	box-shadow: 0 0 15px 1px #666;
	width:99%;
	background-color:#044843;
	min-height:400px;
}
