input {	
	border: solid 1px #7cabcc;
	color: #7cabcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 0px;
}

input.textbox
{	
	width: 164px;
	height: 14px;
	margin-bottom: 6px;
}

input.textboxMedium
{	
	width: 250px;
	height: 14px;
	margin-bottom: 6px;
	
}

.inputRadio input
{
	border: none;
	vertical-align: bottom;
}

.inputRadioFloating input
{
	border: none;
	vertical-align: bottom;
	float: left;
}

.inputRadioFloating label
{
	display: inline;
	width: auto;
	float: left;
}

.inputRadioFontBlue input, .inputRadioFontBlue label, .inputRadioFontBlue label span, .inputRadioFontBlue span
{
	color: #7cabcc;
}

.inputCheckbox input
{
	border: none;
	float: left;
}

.inputCheckboxFloating input
{
	border: none;
	float: left;
	margin-top: 0px;
}

.inputCheckboxFloating 
{	
	float:left;
}

.inputCheckboxNoneFloating input
{
	border: none;
	float: none;
	margin-top: 0px;
}


input:focus
 {
	border: solid 1px #05143f;
	color: #05143f;
 }

input.search
 {
	height: 12px;
	width: 140px;	
}

input.login
{
	height: 12px;
	width: 140px;
	margin-bottom: 2px;	
}

input.grey 
{	
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px #ebe2e5;
	border-bottom: solid 1px #ebe2e5;	
	color: #7cabcc;
}

input.phonePrefix 
{
	width: 50px;
	margin-right: 6px;
}

input.phoneNumber
{
	width: 106px;
}

input.phoneNumberMedium
{
	width: 192px;
}

select 
{
	background-color: #5680ab;
	border: none;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	height: 20px;
	margin-bottom: 6px;	
	width: 166px;	
}




select.small {		
	width: 50px;
}

select.medium {		
	width: 105px;
}

select.myCinema {		
	width: 90px;
}

select.myCinemaVisitsCount {		
	width: 188px;
}

select.contact {		
	width: 115px;
}

select.wide {		
	width: 252px;
}

.formlabel
{
	vertical-align: top; 
	padding-top: 2px;
	color: #7cabcc;
	width: 135px;	
	display: block;
	clear: left;
	float: left;
}

.formlabel2 
{
	vertical-align: top; 
	color: #7cabcc;
	display: block;
	clear: left;
	float: left;
	padding-right: 8px;
}

.formlabelError 
{
	color: #C6000F;
}

.formElementError
{
	border: 1px solid #C6000F;
}

.errorBox, .errorBoxWide
{
	width: 418px;
	display: block;
	border-top: 1px solid #C70102;
	padding-top: 5px;
	padding-bottom: 8px;
	color: #C6000F;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

.errorBoxWide
{
	width: 631px;
}

.errorBoxWide ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.errorBoxWide ul li
{
	margin: 0;
	padding: 0;
}

.errorBox span, .errorBoxWide span
{
	color: #C6000F;	
}

.confirmationBox, .confirmationBoxWide
{
	width: 418px;
	display: block;
	border-top: 1px solid #5aa000;
	padding-top: 5px;
	padding-bottom: 8px;
	color: #5aa000;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

.confirmationBox span, .confirmationBoxWide span 
{
	color: #5aa000;
}

.confirmationBoxWide
{
	width: 631px;
}

.birthdateBox 
{	
	width: 50px;
	padding-right: 8px;
	display: block;
	float: left;
	line-height: 18px;
	vertical-align: top;
}

textarea 
{	
	border: solid 1px #7cabcc;
	color: #7cabcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	 overflow: auto;
}

.validationSummary
{
	background-color: inherit;
	border: none;
	color: #C6000F;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 6px;
}

.validationSummary ul 
{
	list-style-type: square;
	margin-bottom: 3px;
	padding-bottom: 0px;
	color: #ffffff;
}

ul.radioList 
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 2px;
}

ul.radioList li 
{
	padding: 0;
	margin: 0;
	clear: both;
	vertical-align: middle;
	height: 16px;	
}

ul.radioList li label 
{
	padding-top: 3px;
	vertical-align: top;
	display: block;
}

.radioLabel label 
{
	padding-top: 3px;
	vertical-align: top;
	display: block;
}


.tooltip
{
	position: absolute;
	left: 10px;
	top: 10px;
	border: 1px solid #05143f;
	background-color: #ffffff;
	color: #05143f;
	padding: 10px;
	display: block;
	width: 300px;
	font-weight: normal;
	z-index: 100;
}

.wideCardSelector select
{
	width: 255px;
	margin-bottom: 0px;
}

.cardInfoLabel 
{
	padding-right: 8px;
	color: #7cabcc;
}

.cardInfoLabel span
{
	color: #7cabcc;
}

#purchaseCineCardPayment .formlabel 
{
	width: 110px;
}

/*Voucher*/
select.Voucher
{
	background-color: #5680ab;
	border: none;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	height: 18px;
	margin-bottom: 0px;	
	width: 200px;	
}

input.Voucher
{	
	width: 15px;
	height: 15px;
	margin-bottom: 0px;
}
