/*
 * -------------------------------------------
 * Form fields
 * -------------------------------------------
*/
	form
	{
		padding: 0 !important;
		margin: 0 !important;
	}


	input
	{
		/*background-image: URL(../../inc/gfx/lifeportalen_inmatningbg.gif); width: 140px !important; height:20px; border:0;*/
		border:0;
		background-color: #efefef;
		width: 180px;
		border: 1px solid #A5ACB2;
	}

		input .text
		{
			margin: 0 !important;
		}
	
	.button
	{
		width: 120px;
		height: 20px;
		background-image: url(../gfx/btn_general_passive.gif);
		background-repeat: no-repeat;
		border: 0 !important;
		cursor: pointer;
	}
	
	.checkbox
	{
		width: 20px !important;
	}