/* Icon behavior */

img.icon {
	/*behavior:		url('iepngfix.htc');*/
	float:			left;
	margin-right:		4px;
}

hr {
	height:			1px;
	font-weight:	normal;
	border:			0px solid #D5D4CF;
	border-top:		1px solid #D5D4CF;
}

.std_background {
	background-color:	#B1C3CD;
}


div#std_module_content {
	width:			700px;
	float:			left;
	padding:		0px 0px 0px 0px;
	margin-right:		0px;
	margin-bottom:		2px;
}

div#std_module_left, div#std_module_left_background {
	width:			360px;
	float:			left;
	padding:		0px 0px 0px 0px;
	margin-right:		20px;
	margin-bottom:		0px;
}

div#std_module_right, div#std_module_right_background {
	width:			320px;
	padding:		0px 0px 0px 0px;
	float:			left;	
	margin-bottom:		0px;
}
div#std_module_left_background, div#std_module_right_background {
	width:			340px;
	padding:		10px;
	background-color:	#D5D4CF;
}


div#std_module_bottom_container {
	float:			left;
}

div#std_module_bottom_left, div#std_module_bottom_left_no_margin {
	background-color:	#D5D4CF;
	width:			368px;
	height:			24px;
	float:			left;
	padding:		6px 0px 0px 10px;
	margin-right:		2px;
	margin-top:		2px;
}

div#std_module_bottom_right {
	background-color:	#D5D4CF;
	width:			310px;
	height:			24px;
	padding:		6px 0px 0px 10px;
	float:			left;	
	margin-top:		2px;
}

div#std_module_bottom_left_no_margin {
	margin-right:		0px;
	width:			370px;
}

div#std_module_bottom_full {
	background-color:	#D5D4CF;	
	width:			690px;
	height:			24px;
	float:			left;
	padding:		6px 0px 0px 10px;
	margin-top:		2px;
}

/* Inputs */

input, textarea {
	margin-bottom:	4px;
}

input.std_module_input, textarea.std_module_input {

}

input.std_module_input_short {

}

textarea {
	font-size:			12px;
	border:				1px solid #434343;
	padding:			3px;
}

input[type='button'] {
	border:			1px solid #ABADB3;
}
