@import "./application.css";
@import "./common.css";
@import "./style.plan.css";

body {

	position: relative;
	
	margin:0;
	padding:0;
	
	
	/*background-color: #080707;*/
	background-color: #132414;
	
	background-image: url('./pics/bg_body.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	
	font-family: Arial;
	font-size: 9pt;	
	
	overflow-x: hidden;		
}

img {

	padding:0;
	margin:0;
}


a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}



.textbox {

	border: solid 1px #dddddd;
	background-color: #ffffff;
	
	height: 18px;
	font-family: Arial;
	font-size: 8pt;
	color: #000000;	
}

.select {

	border: solid 1px #dddddd;
	background-color: #ffffff;
	color: #000000;
	font-size: 7pt;
	height: 16px;
}

.textarea_contact {

	position:relative;
	left:0;
	top:0;
	background: transparent url('./pics/bg_textarea_contact.gif') no-repeat bottom right;
	_background-attachment: fixed;		
	
	overflow: hidden;
	border:none;
	margin:0;
	margin-left:5px;
	text-indent: 5px;
		
	font-family: Arial narrow;
	font-size: 10pt;
	color: #000000;
	
	width: 250px;
	height: 110px;	
	display: block;
}

.textbox_contact {
	
	position:relative;
	left:0;
	top:0;
	background: transparent url('./pics/bg_textbox_contact.gif') no-repeat right center;
	_background-attachment: fixed;
	
	padding-left: 0px;
	border: none;	
	margin:0;
	text-indent: 10px;
	
	font-family: Arial narrow;
	font-size: 10pt;
	color: #000000;			
	
	width: 170px;
	height: 20px;
	
	overflow: hidden;
	display: block;
}

.textbox_address {
	
	position:relative;
	left:0;
	top:0;
	background: transparent url('./pics/bg_textbox_address.gif') no-repeat center right;
	_background-attachment: fixed;
	
	border: none;	
	margin:0;
	margin-left:5px;
	padding-top: 4px;
	text-indent: 8px;
	
	font-family: Arial narrow;
	font-size: 10pt;
	color: #000000;			
	
	width: 380px;
	height: 20px;
	display: block;
	
}

.textarea_precision {

	position:relative;
	left:0;
	top:0;
	background: transparent url('./pics/bg_textarea_precision.gif') no-repeat bottom right;
	_background-attachment: fixed;	
		
	overflow: hidden;
	border:none;
	margin:0;
	margin-left:5px;
	
	text-indent: 10px;
		
	font-family: Arial narrow;
	font-size: 10pt;
	color: #000000;
	
	width: 289px;
	height: 193px;	
	display: block;
}

.button {

	border: solid 1px #000000;
	padding:0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	height: 20px;
	width:auto;
	
	background-image: url('./pics/bg_button.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #333333;
	
	margin:0;
	color: #e4b759;
	font-family: Tahoma;
	font-size: 9pt;
	cursor: pointer;
}

.div_checkbox {

	position:relative;
	margin:0;
	padding:0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	border: solid 1px #000000;
	cursor: pointer;
	float:left;
	margin-right: 5px;
}

.div_checkbox_selected {

	position:relative;
	margin:0;
	padding:0;
	width: 12px;
	height: 12px;
	background-color: #3c633c;
	border: solid 1px #000000;
	cursor: pointer;
	float:left;
	margin-right: 5px;
}

.discrete {

	font-size:8pt;
	background-color: #ffffff;
	border:none;
	margin:0;
	padding:0;
	height: 15px;
	width:auto;	
	overflow:visible;
	display:none;
}
