/* Icon behavior */

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

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

.std_background {
	background-color:	#1f1f1f;
}

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

div#std_module_left, div#std_module_left_background {
	width:			290px;
	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:			270px;
	padding:		10px;
	background-color:	#1f1f1f;
}


div#std_module_bottom_container {
	float:			left;
}

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

div#std_module_bottom_right {
	background-color:	#1f1f1f;
	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:			300px;
}

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

/* Inputs */

input.std_module_input, textarea.std_module_input {
	border:			1px solid #ABADB3;
	width:			200px;
}

input.std_module_input_short {
	border:			1px solid #ABADB3;
	width:			100px;
}

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