/*usual styles*/

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 14 px;
	font-family: tahoma;
	font-weight: normal;
	text-align:justify;
}

/*post transfer*/

.postBlock {
  border: none;
	background-image: url(/img/diff/stripes_03.jpg);
	background-repeat: repeat-x;
	margin-right: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

  
/* usual forms for distributors */

.formSpecialText {
	color: #996600;
	font-size: 14px;
	}
	
.formAgreedArea {
   border:1px solid #c5d256;
	font-size:12px;
	color:#996600;
	font-weight:bold;
	background-color:#FFFFFF;
	}
	
/*coloured headers*/

.colTitle1 {
	margin-top:10px;
	margin-bottom:10px;
	padding-top:1px;
	padding-bottom:1px;
	background: url(/img/interface/title_dard_red.png) no-repeat;
	color: White;
	font-size: 13px;
	font-weight: 600;
	text-indent: 54px;
	height: 23px;
	background-image: url(/img/interface/title_dard_red.png);
} 	

.colTitle2 {
	margin-top:10px;
	margin-bottom:10px;
	padding-top:1px;
	padding-bottom:1px;
	background: url(/img/interface/title_blue_with_grad.png) no-repeat;
	color: White;
	font-size: 13px;
	font-weight: 600;
	text-indent: 54px;
	height: 23px;
	
} 

.colTitle3 {
	margin-top:10px;
	margin-bottom:10px;
	padding-top:1px;
	padding-bottom:1px;
	background: url(/img/interface/title_blue.png) no-repeat;
	color: White;
	font-size: 13px;
	font-weight: 600;
	text-indent: 54px;
	height: 23px;
} 

.colTitle4 {
	margin-top:10px;
	margin-bottom:10px;
	padding-top:1px;
	padding-bottom:1px;
	background: url(/img/interface/title_light_green.png) no-repeat;
	color: White;
	font-size: 13px;
	font-weight: 600;
	text-indent: 54px;
	height: 23px;
} 

.colTitleGold {
   margin-top:10px;
	margin-bottom:10px;
	padding-top:1px;
	padding-bottom:1px;
	background: url(/img/interface/step_and_other_55.png) no-repeat;
	color: White;
	font-size: 13px;
	font-weight: 600;
	text-indent: 54px;
	height: 23px;
	}
/*rounded headers*/

.rGoldHeader {
	background-image: url(/img/interface/step_and_other_48.png);
	padding:1px 1px 1px 1px; 
	background-repeat:no-repeat;
	height:23px;
	text-indent:7px;
	font-weight:bold;
	}

	/*buttons*/
	
.coolButtonGold {
	background: url(/img/interface/button.png) no-repeat;
	height: 31px;
	width:96px;
	
	font-weight:bold;
	font-size:13px;
	color:#333333;
	border:none;
		
}


