﻿a
{
	text-decoration:none;
    outline: 0;
}

a img {border: none; }

body {
	font-family:Verdana;
}

.field_name{
	font-size:9pt;
	color:Gray;
}

.field_error{
	font-size:9pt;
	color:#a01917;
}

.block_text{
	font-size:10pt;
	color:White;
}

.page {
    width: 963px;
	border:1px solid transparent;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.page_left {
    width: 963px;
	border:1px solid transparent;
    position: relative;
}

.main_login_link a
{
	 color:Gray;
	 text-decoration:none;
	 outline:0;
}

.main_login_link a:hover
{
	color: Gray;
}

.login_link a
{
	 color:Gray;
	 text-decoration:none;
	 outline:0;
}
    
.login_link a:hover
{
	color: #9e1e1f;
}

/* Custom radio-checkbox */
.radio, .checkbox {
	
	width:15px; height:15px; /* width and height of one radio/checkbox */
	margin:3px 5px 0 0;
	/* don't modify this line */float:left;/* ie 6*/overflow:hidden
}

/* radio */
.radio {background: url(http://store.daniella.hu/webshop/Images/rbnx_off.png) no-repeat;}
.radio-checked{background: url(http://store.daniella.hu/webshop/Images/rbnx_on.png) no-repeat;}

/* checkbox */
.checkbox {background: url(http://store.daniella.hu/webshop/Images/cbxx_off.png) no-repeat;}
.checkbox-checked {background: url(http://store.daniella.hu/webshop/Images/cbxx_on.png) no-repeat;}

/* hide input from view but still visible (ie & opera support) */
.hideInput {position:absolute;left:-999em}