﻿.spacer{clear:both;height:1px;margin-bottom: 15px;}
.clearBoth{clear:both;}


/* ———– customForm ———– */
#container{
	background: #fff;
	line-height:12px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	
	cursor:default;
	
	width:800px;
	padding:14px;
}

#container h1{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2em;
	border-bottom: 1px dotted #851420;
	color: #851420;
	margin-bottom: 1em;
}
/******* /CONTAINER *******/
/******* FORM *******/
.customForm
{
	margin:10px;
	min-width : 800px;
}
.customForm p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
.customForm label{
	display:block;
	color: #797979;
	font-weight: 700;
	line-height: 1.2em;
	text-align:right;
	width:140px;
	float:left;
	padding-right: 10px;
}


/*.customForm  span{
	
	display:block;
	
	font-weight:normal;
	text-align:right;
	width:140px;
	
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}*/

.customForm label span
{
	color: #FF0000;
}




.customForm input[type="text"] ,
.customForm input[type="password"] 
{
	float:left;
	width: 220px;
	padding: 5px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}


.customForm input[type="text"].disabled,
.customForm input[type="password"].disabled
{
	background-color:#F4F4F4;
}

.customForm select.disabled {
	background: none repeat scroll 0 0 #F4F4F4;
}
p input[type="submit"] 
{
	width: 75px;
	margin-right: 5px; 
}


.customForm textarea.body 
{
	float:left;
	padding: 5px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
	width: 603px;
}

.customForm input[type="text"].onecolumn
{
	float:left;
	width: 603px;
	padding: 5px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}

.customForm select{
	float:left;
	width: 232px;
	padding: 4px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}

.customForm select.onecolumn{
	float:left;
	width: 615px;
	padding: 4px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}

.customForm .cbxlabel{
		display:block;
		font-weight:bold;
		font-style: italic; 
		text-align:left;
		width:510px;
		float:left;
		line-height: 1em;
		padding-top: 6px; 
	}
	
	.customForm .receiveNewsletter{
		float:left;
		width:25px;
		margin:0px 0 15px 140px;
		border:none;
		
	}
	
	.customForm .ckblabel{
		display:block;
		font-weight:bold;
		font-style: italic; 
		text-align:left;
		width:100px;
		float:left;
		line-height: 1em;
		padding-top: 6px; 
	}
	
	.customForm .ckb{
		float:left;
		width:25px;
		margin:0px 0 15px 140px;
		border:none;
		
	}

/*.customForm div{
	margin-bottom: 15px;
}*/


.customForm div.btnForms
	{
		padding-right:30px; 
		text-align:right;
		
	} 


.customForm input.error{
	background: #f8dbdb;
	background: #FFFFFF;
	border-color: #e77776;
}

.customForm span.error{
	color: #e77776;
}

.customForm span.error{
	color: #e77776;
}

.customForm #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
.customForm #send:hover{
	background: #79a7f1;
}

.customForm .btnForms
	{
		text-align : left;
		margin-right: 90px; 
	} 

#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}


/*
Buttons
---------------------------------------------------------------*/
.inputbutton
{
	background:url("images/buttons/button-red.png") repeat-x scroll 0 0 #2d5672;
	border-radius:5px 5px 5px 5px;
	border-style:solid;
	border-width:1px;
	border-color:#B30033;
	color:#fff!important;
	cursor:pointer;
	display:inline-block;
	padding:5px 10px;
	box-shadow:0 1px 1px rgba(0,0,0,0.4);
	height:26px
	
}


a.button {
	
    background: transparent url('images/btn-right.png') no-repeat scroll top right;
    color: #f3f3f3;
    display: block;
    float: left;
    font: normal 12px arial, Arial;
    height: 29px;
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
    outline:0;
}

a.button span {
   
    background: transparent url('images/btn-left.png') no-repeat;
    display: block;
    line-height: 19px;
    padding: 5px 0 5px 14px;
}

.group 
{

	color: #b30033;
	padding: 0.2em 0px 0em 0px;
	font-size: 90%;
 
	font-weight:bold;
	line-height: 20px;
	border-bottom: 1px solid #b30033;
	margin: 10px 5px;
}

span.info
{
	float:left;
	display:block;
	color: #ff0000;
	font-weight: bold;
	text-align:right;
	width:5px;
	margin-top: 6px;
	font-size: 12px;
}

/*
Permissions
---------------------------------------------------------------*/

.captionlabel{
	display:block;
	font-weight:bold;
	text-align:left;
	width:100px;
	float:left !important;
	line-height: 1em;
	padding-top: 2px; 
}

.cbx{
	float:left;
	width:20px;
	
}