/**
 * Styles for displaying common buttons for www.telia.se
 *
 * Only use lower-case characters. 
 */
/* 
	TODO: Add all buttons in folder: 
	\tisap\basic\ics_portal\content\files\img\buttons
	at the end of this file...
*/

div.flow_button_container { /* Container for flow-buttons */
	width: 554px;
	height: 25px;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	background-image: url('/img/buttons/button_sep.gif');
	background-repeat: repeat-x;
}
div.button_container { /* Container for other buttons */
	/* TODO: Add if container without button_sep.gif is needed */
}
.button_left { /* Button to the left */
	float: left;
	margin-right: 4px;
}
.button_right { /* Button to the right */ 
	float: right;
	margin-left: 4px;
}
div.btn_print {
	width: 59px;
	height: 19px;
	background-image: url('/img/buttons/button_skrivut.gif');
	cursor: pointer;
}
div.btn_back {
	width: 59px;
	height: 19px;
	background-image: url('/img/buttons/button_bakat.gif');
	cursor: pointer;
}
div.btn_next {
	width: 59px;
	height: 19px;
	background-image: url('/img/buttons/button_nasta.gif');
	cursor: pointer;
}
div.btn_clear {
	width: 59px;
	height: 19px;
	background-image: url('/img/buttons/button_rensa.gif');
	cursor: pointer;
}
div.btn_cancel {
	width: 59px;
	height: 19px;
	background-image: url('/img/buttons/button_avbryt.gif');
	cursor: pointer;
}
div.btn_confirm {
	width: 59px;
	height: 19px;
	background-image: url('/img/buttons/button_godkann.gif');
	cursor: pointer;
}
div.btn_order {
	width: 59px;
	height: 19px;
	background-image: url('/img/buttons/button_bestall.gif');
	cursor: pointer;
}
