.hide {
		display: none;
}

#next {

	margin-top: 10px;
}

#calculator {

}

.calculator_quote {
	
	color: #666666;
	font-size: 11px;
	font-family: verdana;
	margin-bottom: 10px;
	line-height: 20px;
}

.calculator_quote blockquote {
	border: 1px dotted #666666;
	padding: 4px;
	margin: 15px 0px;
}

.calculator_quote div {
	text-align: left;
	font-style: italic;
}

.field_header {
	float: left;
	margin-top: 0;	
}
.field_error {
	color: #FF0000;	
}
.field_label {
	width: 150px;
	text-align: right;	
}

#advanced_link_container {
	padding-left: 15px;	
}

#advanced_link {
	
	cursor: pointer;
	color: #0191C7;
	color: #086786;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Khmer UI, Arial;
	display: block;
	
	
}

.input_container {
	position: relative;
	height: 32px;	
	width: 150px;
}

.input_container_small {
	
		display: inline-block;
	width: 75px;	
}

.input_container .left {
	position: absolute;
	background-image: url("/images/inputbox_background/background_left.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 32px;	
}
.input_container .center {
	position: absolute;
	background-image: url("/images/inputbox_background/background_middle.png");
	background-repeat: repeat-x;
	height: 32px;
	left: 12px;
	
}
.input_container .right {
	position: absolute;
	background-image: url("/images/inputbox_background/background_right.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 32px;
	
}

.input_container .center_small {
	width: 50px;
}

.input_container .center_large {
	width: 125px;	
}

.input_container .right_small {
	left: 62px;	
}

.input_container .right_large {
	left: 137px;	
}

#required .field_input input {
	position: relative;
	z-index: 10;
	background-color: transparent;
	margin: 0;
	padding: 0;
	
	border: 1px black solid;
	border: 0;
	top: 5px;
	left: 5px;
	font-size: 13px;
	height: 23px;
	
}



input.small {
	width: 62px;	
}

input.large {
	width: 136px;	
}

 
table {
	border: 0;
	padding: 0;
	margin: 0;	
}

#calculator label {
	font-family: Times New Roman;
	color: #444444;
	font-size: 17px;
	
}
.label_left {
	display: inline-block;	
	position: relative;
	top: 5px;
}

#advanced select {
	width: 250px;	
}
#advanced textarea {
	width: 300px;
	height: 75px;	
}

#calculator_top {
	background-image: url("/images/calculator_background/calculator_background_top.png");
	background-repeat: no-repeat;
	height: 57px;
	width: 530px;
	padding-top: 25px;
	text-align: center;
}
#calculator p {
	margin: 0;
	padding: 0;
	padding-left: 20px;	
	
}
#calculator {
/*	background-color: #E7F3F9;
	border: 1px dotted #e3e3e3;*/
	
	background-image: url("/images/calculator_background/calculator_middle.png");
	background-repeat: repeat-y;
	width: 530px;
	/*padding: 20px;*/	
	margin: 0px 0px;
	margin-bottom: 30px;
	position: relative;
	min-height: 350px;
}
#calculator_bottom {
	background-image: url("/images/calculator_background/calculator_background_bottom.png");
	background-position: -8px 0px;
	height: 323px;
	width: 530px;
	position: absolute;
	bottom: -40px;
	left: 0px;
	
}
#required {
	width: 430px;
	position: relative;
	z-index: 5;
}

#advanced {
	position: relative;
	z-index: 5;
	width: 450px;
	margin-left: 25px;
	display: none;
	padding: 10px;
}


/* Live */

#live_container {
	padding-left: 55px;
	height: 150px;	
	position: relative;
	z-index: 10;
	width: 415px;
	
	background-image: url("/images/money_animation.gif");
	background-repeat: no-repeat;
	background-position: 360px 30px;
	

}
#live_counter {
	padding-top: 50px;
		height: 128px;
		height: 78px;
	background-image: url("/images/money-icon.png");
	background-repeat: no-repeat;
	padding-left: 180px;	
	color: #222222;	
	color: #999933;
	font-size: 34px;
	font-family: Impact, fantasy;

}

#live_buttons { 
	text-align: center;
}

/*#meeting_average_salary {
	display: none;
}

#meeting_cost_of_food {
	display: none;
}

#meeting_travel_expenses {
	display: none;
}

#meeting_meeting_length {
	display: none;
}

#meeting_description {

	display: none;
}

#meeting_result {
	display: none;
}

#meeting_nickname {
	display: none;
}*/