
table.invisible, table.invisible td {
	border-style: none;
}


table.border-only {
	width:100%;
	border-style:none;
	border-top:1px solid #AEA498;
	border-right:1px solid #AEA498;
	border-bottom:1px solid #AEA498;
	border-left:1px solid #AEA498;
	border-collapse:collapse;
}


h4 {
	margin-bottom:0.25em;
}

table.border-only td {
	border-style: none;
	padding: 5px;
}

.ui-autocomplete-loading {
	background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat; 
}



/* #### bootstrap Form #### */
.bootstrap-frm {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 30px 20px 30px;
   
}
.bootstrap-frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.bootstrap-frm h1>span {
    display: block;
    font-size: 11px;
}

.bootstrap-frm h2 {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 25px;
    display: block;
    margin: 0px 0px 00px 120px;
    color: #888;
}
.bootstrap-frm h2>span {
    display: block;
}


.bootstrap-frm label {
    display: block;
    margin: 0px 0px 5px;
}
.bootstrap-frm label>span {
    float: left;
    width: 160px;
    text-align: right;
    font-size: 12px;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 6px 12px;
    width: 68%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font: normal 14px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}



.bootstrap-frm input[type="radio"]{
    display:inline;
}




.bootstrap-frm select {
    background: #FFF url('../images/down-arrow.png') no-repeat right;
    background: #FFF url('../images/down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 72%;
    height: 30px;
}
.bootstrap-frm textarea{
    height:100px;
}
.bootstrap-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.bootstrap-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}


.bootstrap-frm input[type=submit] {
	padding:5px 15px;
	background:#423C34;
	color:#FFFFFF;
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	background-image: url('../images/button.png');
	border-radius: 5px; }
	
.bootstrap-frm input[type=submit]:hover {
	color: #000000;
	background:#F69323;
	}
	
table.personaldata, table.personaldata td	{
	border-style: none;
	
}

table.personaldata td {
	 padding: 3px;
}


.licence {
  
     font-weight: bold;
}

.fancybox .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.fancybox .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}

.fancybox input[type=submit], input[type=button] {
	padding:5px 15px;
	background:#423C34;
	color:#FFFFFF;
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	background-image: url('../images/button.png');
	border-radius: 5px; }
	
.fancybox input[type=submit]:hover, input[type=button]:hover {
	color: #000000;
	background:#F69323;
}

.billing_label {
	width:200px;
	line-height:115%;
	font-weight:bold;
	padding-right:3px;
	text-align:right;
	float:left;
}
