﻿
.inputBox {
	width: 910px;
	margin: 0;
	padding: 15px;
}

.inputBox label {
	position:relative;
	display: block;
	font-weight: bold;
	padding: 4px 30px 0 0;

}

.inputBox label span {
	position: absolute;
	right: 20px;
	color: #f40000;
	font-weight: normal;
}


.inputBox input.input_text,
.inputBox span.like_input_text {	
	width: 165px;
	height: 16px;
	margin-bottom: 5px;
	padding: 2px;
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-bottom: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	font-size: 11px;
}

.inputBox textarea.input_text {	
	width: 165px;
	margin-bottom: 5px;
	padding: 2px;
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-bottom: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}


.inputBox input.input_text.error {
	border: 1px solid #f40000;
}

.inputBox .checkbox_list br, .inputBox .radio_list br 
{
	display: none;
}

.validationSummary li 
{
	line-height: 23px;
	padding: 0 0 0 25px;
	color: #f40000;
	font-weight: bold;
	background: transparent url(../_images/layout/subpage/errorBG.gif)  no-repeat 0 50%;
}

.logonerror, .othererror{
width: 300px;
clear: both;
margin: 15px;
padding-left: 25px;
height: 18px;
line-height: 15px;
}
.othererror
{
background: url('/_images/contest/wykrzyknik.png') no-repeat 0 0;
}
.logonerror{
background: url('/_images/contest/i.png') no-repeat 0 0;
}
.logonerror a, .othererror a, .contestreg a, .errorr a{
font: 11px tahoma;
color: #333333;
background: url('/_images/contest/raquo.png') no-repeat 0 3px;
padding-left: 10px;
}