body {	background-color:#fff;	width: 900px;	margin: 40px auto;	font: 14px 'lucida grande', tahoma, verdana, arial, sans-serif;	color: black;}/** Structure */#header {	padding: 30px;	background: url("../images/logo.png") no-repeat scroll;	background-size: 90% 100%;	color:#fff;	border-top-left-radius: 10px;	border-top-right-radius: 10px;	/*border: 1px solid #C2040A;*/	border-bottom: 2px solid #C2040A;	text-align: center;	cursor: pointer;}.footer span {	text-decoration: none;	color: inherit;	cursor: default;}#container{	background:#fff;	margin: 10px auto;	padding: 20px;	border: 1px solid #D0D0D0;	-webkit-box-shadow: 0 0 8px #D0D0D0;	box-shadow: 0 0 10px #D0D0D0;	border-radius: 10px;}#content {	width: 90%;	margin: 0 auto;}#footer {	padding: 20px;	background: url("../images/logo.png") no-repeat scroll;	background-size: 100% 100%;	color:#fff;	border-bottom-left-radius: 10px;	border-bottom-right-radius: 10px;	/*border: 1px solid #C2040A;*/	border-top: 2px solid #C2040A;	text-align: center;}/* Links */#header a {	color:#fff;	margin: -20px 0;	text-decoration: none;	font-size: 15px;	font-weight: bolder;	float: right;}#header a:hover {}/** Forms */form {	margin: 0 auto;	width: 50%;	font-size: 100%;}form label {	display: block;	float: left;	width: 50px;	padding: 0;	margin: 9px 0 0;	text-align: right;}form input:not([type=radio]), form select {	min-width: 350px;	width: auto;	border: 1px solid gray;	border-radius: 6px;	margin: 10px auto;	padding: 10px;	box-sizing: border-box !important;	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.075);	transition: background 0.2s linear 0s;	font-size: 120%;	letter-spacing: 2px;}input:not([type=radio]):focus {	border-color: #C2040A;	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(255, 68, 36, 0.6);	outline: 0 none;}form input[type=submit] {	background: #C2040A;	margin: 40px 0;	font-weight: bold;	font-size: 140%;	letter-spacing: 2px;	color: white;	/*text-shadow: 0 2px 0 black;*/	width: auto;	min-width: 370px;}form input[type=submit]:hover {	background: #C2040A;	cursor: pointer;}form br {clear: left;}form p {margin: 20px auto;}.greeting {font-size: 150%;font-style: italic;}.korekt-name {color:#cccccc;letter-spacing: 1px;font-size: 120%;}.talon-table{	width: 100%;	height: 350px;	margin: 10px 0;	border: solid 1px #dadada;	border-radius: 10px;	text-align: center;	cursor: pointer;	-moz-user-select: none;	-webkit-user-select: none;	-o-user-select: none;	-ms-user-select: none;} .manage-table{	width: 100%;	height: auto;	margin: auto;	border-radius: 10px;	text-align: center;	cursor: pointer;	-moz-user-select: none;	-webkit-user-select: none;	-o-user-select: none;	-ms-user-select: none;}.manage-table td{	padding: 5px;	border: solid 1px #C0030B;} .talon-div{	width: 100%;	height: auto;	min-height: 300px;	margin: 10px 0;	border: solid 1px #dadada;	border-radius: 10px;	text-align: center;	cursor: pointer;	text-align: center;	-moz-user-select: none;	-webkit-user-select: none;	-o-user-select: none;	-ms-user-select: none;}.caption{	 margin: 10px auto;	 font-size: 120%;	 color: #C2040A;}.search{	 margin: 10px auto;}.table-header{	padding: 5px 0;	color: #C2040A;}.signed{	background: url('../images/FastCheapCorrect.png') no-repeat;	background-size: 100% 100%;	background-position: bottom right;	min-height: 150px;}p {	 margin: 10px 100px 30px;	 text-align: center;	 letter-spacing: 2px;	 font-weight: bold;	 -moz-user-select: none;	 -webkit-user-select: none;	 -o-user-select: none;	 -ms-user-select: none;}.long {	 margin: 10px 20px;}#caption {	 margin-top: 0px;	 font-size: 40px;	 color:#C2040A;	 font-weight: bold;}.discount {	 font-size: 180%;	 color: #C2040A;}.conditions {	 width: 90%;	 margin: 5px auto;	 font-size: 100%;	 text-align: left;}.counter {	 float: right;	 padding: 5px 20px;	 font-style: italic;}#errors_holder {	 font-size: 70%;	 font-weight: bold;	 color: #C2040A;}.error {	 color: #C2040A;	 font-size: 80%;	 margin: 10px 0 0 10px;	 letter-spacing: 1px;}.login_form{	margin: auto auto;	height: 300px;	width: 300px;	display: block;	text-align: center;}.logout{	cursor: pointer;	float: right;}.percent{	width: 60px !important;	margin: 20px;	min-width: 60px !important;	text-align: center;}.unit{	width: 20px !important;}#percent_submit{	min-width: 50px !important;}