body {
	background-color: #2d2d2d;
	margin: 0px;
	padding: 0px;
	padding-bottom: 100px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #8d8d8d;
	font-size: 11px;
	text-align: left;
}
h1 {
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #fe7c00;
}
h1.imgorange {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 28px;
	color: #fe7c00;
}
h1.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #fe7c00;
}
h1.italic {
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #fe7c00;
	font-style: italic;
}
h1.black {
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #171717;
}
h1.grey {
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #8d8d8d;
}
h2 {
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #fe7c00;
}
h2.grey {
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #8d8d8d;
}
h2.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #fe7c00;
}
h3 {
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #fe7c00;
}
h3.grey {
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #8d8d8d;
}
h3.white {
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
h3.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #fe7c00;
}
h4 {
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #171717;
}
h4.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #171717;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: square inside;
	margin: 0px;
	padding: 0px 0px 2px 2px;
}
ol {
	list-style-position: inside;
	margin: 0px;
	padding: 0px 0px 2px 2px;
}

.Pt20 {
	padding-top: 20px;
}

/************ Positioning Classes ************/
.clear {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
}
.clearLeft {
	clear: left;
	line-height: 0px;
}
.clearRight {
	clear: right;
	line-height: 0px;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.posCenter {
	margin: 0px auto;
	padding: 0px;
}
.VAtop {
	vertical-align: top;
}
.VAmiddle {
	vertical-align: middle;
}
.VAbottom {
	vertical-align: bottom;
}
.floatLeft{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
.floatRight{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
}
.block{
	display: block;
}
.wrapper {
	overflow: hidden;
}
.line_through {
	text-decoration: line-through;
}
.ul_pad {
	list-style: square inside;
	margin: 0px;
	padding: 0px 0px 2px 10px;
}

/************ Color Styles ************/
.white{
	color: #ffffff;
}
.black{
	color: #000000;
}
.lightgrey{
	color: #8d8d8d;
}
.darkgrey{
	color: #171717;
}
.red{
	color: #ff3300;
}
.orange{
	color: #fe7c00;
}


/************ Font Styles ************/
.fontRacServis{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 1px;
}
.fontNaDomu{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 48px;
	letter-spacing: 2px;
}
.hFooter_orange{
	display: block;
	color: #fe7c00;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 10px;
}
.orangeB{
	color: #fe7c00;
	font-weight: bold;
}
.grey10{
	color: #8d8d8d;
	font-size: 10px;
}
.fontPostaniSosed{
	color: #fe7c00;
	text-decoration: none;
	font-weight: bold;
	font-size: 56px;
	letter-spacing: 1px;
}
.fontPostaniSosedDesc{
	color: #171717;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
}
.fontBlack28{
	color: #171717;
	text-decoration: none;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 1px;
}
.fontOrange13B{
	color: #fe7c00;
	font-weight: bold;
	font-size: 13px;
}


/************ Link Styles ************/
a:link, a:visited {
	color: #fe7c00;
	text-decoration: underline;
	font-weight: inherit;
}
a:hover {
	color: #171717;
	text-decoration: underline;
	font-weight: inherit;
}
a.bold:link, a.bold:visited {
	color: #fe7c00;
	text-decoration: underline;
	font-weight: bold;
}
a.bold:hover {
	color: #171717;
	text-decoration: underline;
	font-weight: bold;
}

a.nounder:link, a.nounder:visited {
	color: #fe7c00;
	text-decoration: none;
	font-weight: inherit;
}
a.nounder:hover {
	color: #171717;
	text-decoration: underline;
	font-weight: inherit;
}
a.nounder2:link, a.nounder2:visited {
	color: #fe7c00;
	text-decoration: none;
	font-weight: inherit;
}
a.nounder2:hover {
	color: #171717;
	text-decoration: none;
	font-weight: inherit;
}
a.grey:link, a.grey:visited {
	color: #8d8d8d;
	text-decoration: underline;
	font-weight: inherit;
}
a.grey:hover {
	color: #171717;
	text-decoration: underline;
	font-weight: inherit;
}
a.grey_nounder:link, a.grey_nounder:visited {
	color: #8d8d8d;
	text-decoration: none;
	font-weight: inherit;
}
a.grey_nounder:hover {
	color: #171717;
	text-decoration: underline;
	font-weight: inherit;
}
a img {
border: 0;
}

a.Submit:link, a.Submit:visited {
	background-color: #171717;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	height: 50px;
}
a.Submit:hover {
	color: #fe7c00;
}
a.ds_cenik:link, a.ds_cenik:visited{display:block; background:url(../images/arrow_black.gif) left no-repeat ; color:#171717; text-decoration:none; font-weight:bold; padding:2px 0 2px 13px;margin: 0;}
a.ds_cenik:hover{background:url(../images/arrow_white.gif) left no-repeat ; color:#ffffff; text-decoration:none; font-weight:bold;}

/************ Table Styles ************/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 2px;
}
table.w792 {
	width: 792px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0 auto;
	padding: 0px;
}
table.w792 td {
	margin: 0px;
	padding: 0px;
}
table.cenik {
	width: 400px;
	margin: 0px;
	padding: 0px;
	background-color: #fe7c00;
}
table.cenik_naslov {
	width: 400px;
	margin: 0px;
	padding: 0px;
	background-color: #fe7c00;
}
td.cenik_l {
	padding-left: 18px;
	width: 320px;
	border: 1px solid #ffffff;
}
td.cenik_d {
	text-align: center;
	width: 80px;
	border: 1px solid #ffffff;
}
td.cenik_wide {
	padding-left: 5px;
	border: 1px solid #ffffff;
}
td.noborder {
	border: 0px;
}
td.borderT {
	border-top: 1px solid #8d8d8d;
}
td.borderB {
	border-bottom: 1px solid #8d8d8d;
}
table.hasborder{
	border: 1px solid #8d8d8d;
}
table.centered{
	margin: 0 auto;
}
table.hasborder td {
	border: 1px solid #8d8d8d;
}
table.hasborder td.noborder {
	border: 0px;
}
td.VAtop {
	vertical-align: top;
}


/************ Layout ************/
.fauxwraper {
	display: inline;
	float: left;
	overflow: hidden;
}
.fauxwraper_Mb25 {
	display: inline;
	float: left;
	overflow: hidden;
	margin-bottom: 25px;
}

/*-----------HEADER-----------*/
#container_header {
	display: block;
	width: 100%;
	height: 149px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
	background: #171717 url(../images/h_bkground.jpg) repeat-x;
	/*background-color: green;*/
}
	#header {
		display: block;
		width: 651px;
		height: 140px;
		margin: 0px auto;
		padding: 9px 0 0 250px;
		background: #171717 url(../images/header.jpg) no-repeat;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		/*background-color: yellow;*/
	}
	
/*-----------MENU-----------*/
#container_menu {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #171717;
}
	#menu{display: block; width:901px; height:32px; margin:0 auto; padding:0px;/*background-color: yellow;*/font-size: 11px;}
	#menu ul{list-style: none outside;width:910px; height:32px; position:relative; top:0px; left:0px; margin: 0px; padding: 0 0 0 1px;}
	#menu ul li{float:left; width:90px; height:32px; padding:0 1px 0 0;}
	#menu ul li a:link, #menu ul li a:visited{display:block; background:url(../images/navtab_up.jpg) 0 0 no-repeat #171717; color:#ffffff; font-size:11px; line-height:32px; text-align:center; text-decoration:none;}
	#menu ul li a:hover{background:url(../images/navtab_over.jpg) 0 0 no-repeat #171717;color:#ffffff; text-decoration:none;}
	#menu ul li a.active:link, #menu ul li a.active:visited{display:block; background:url(../images/navtab_down.jpg) 0 0 no-repeat #171717; color:#171717; font-size:11px; line-height:32px; text-align:center; text-decoration:none;}
	#menu ul li a.active:hover{background:url(../images/navtab_over.jpg) 0 0 no-repeat #171717;color:#ffffff; text-decoration:none;}

/*-----------SUBMENU-----------*/
#container_submenu {
	display: block;
	width: 100%;
	height:42px;
	margin: 0px;
	padding: 0px;
	background-color: #fe7c00;
	border-bottom: 1px solid #171717;
}
	#submenu{display: block; width:901px; height:42px;margin:0 auto; padding:0px;/*background-color: green;*/font-size: 11px;}
	#submenu ul{list-style: none outside;width:901px;height:42px;margin: 0;padding: 0;}
	#submenu ul li{float:left;}
	#submenu ul li a:link, #submenu ul li a:visited{display:block;background:#fe7c00; color:#171717; font-size:11px; text-decoration:none; text-align:center; line-height:22px;padding: 0 13px;margin: 10px 1px 10px 0;} 
	#submenu ul li a:hover{text-decoration:none; background:#ff9900; color:#171717;}
	#submenu ul li a.active:link, #submenu ul li a.active:visited{display:block;background:#ff9900; color:#171717; font-size:11px; text-decoration:none; text-align:center; line-height:22px;padding: 0 13px;margin: 10px 1px 10px 0;} 
	#submenu ul li a.active:hover{text-decoration:none; background:#ff9900; color:#171717;}

/*-----------CONTENT GREY BKGROUND-----------*/
#container_contentgrey {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #f1efe6;
	font-size: 12px;
	color: #171717;
	line-height: 140%;
}
	#contentgrey {
		display: block;
		width: 901px;
		margin: 0px auto;
		padding: 10px 0;
		/*background-color: red;*/
	}
	#contentgrey_P0 {
		display: block;
		width: 901px;
		margin: 0px auto;
		padding: 0;
		/*background-color: red;*/
	}
	#contentgrey_Pb_10 {
		display: block;
		width: 901px;
		margin: 0px auto;
		padding: 0;
		padding-bottom: 10px;
		/*background-color: red;*/
	}
	#contentgrey_imgstoritve {
		height: 100px;
		display: block;
		width: 380px;
		margin: 0px auto;
		padding: 125px 501px 15px 20px;
		background: url(../images/storitve.gif) 0 0 no-repeat;
	}
	#contentgrey_imgcenik {
		height: 100px;
		display: block;
		width: 380px;
		margin: 0px auto;
		padding: 125px 501px 15px 20px;
		background: url(../images/cenik.gif) 0 0 no-repeat;
	}
	#contentgrey_imgzakajsosed {
		height: 100px;
		display: block;
		width: 380px;
		margin: 0px auto;
		padding: 125px 20px 15px 501px;
		background: url(../images/zakaj_sosed.gif) 0 0 no-repeat;
	}
	#contentgrey_imgpripomocki {
		height: 100px;
		display: block;
		width: 380px;
		margin: 0px auto;
		padding: 125px 501px 15px 20px;
		background: url(../images/pripomocki.gif) 0 0 no-repeat;
	}
	#contentgrey_imgpostanisosed {
		height: 100px;
		display: block;
		width: 380px;
		margin: 0px auto;
		padding: 125px 501px 15px 20px;
		background: url(../images/postani_sosed.gif) 0 0 no-repeat;
	}

/*-----------CONTENT WHITE BKGROUND-----------*/
#container_contentwhite {
	display: block;
	width: 100%;
	margin: 0px;
	background-color: #ffffff;
	font-size: 12px;
	color: #8d8d8d;
	line-height: 140%;
}
	#contentwhite {
		display: block;
		width: 901px;
		margin: 0px auto;
		padding: 25px 0;
		background-color: #ffffff;
	}
	#contentwhite_reportstatus {
		display: block;
		width: 100%;
		margin: 0px;
		background-color: #ffffff;
		padding: 20px 0;
		color: #fe7c00;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}
		.col_right_p10 {
			display: inline;
			margin: 0px;
			padding: 0px;
			float: right;
			padding-left: 10px;
			text-align: right;
		}
		.cols2_left {
			display: inline;
			float: left;
			width: 435px;
			margin: 0px;
			padding: 0px;
			/*background-color: blue;*/
		}
		.cols2_right {
			display: inline;
			float: right;
			width: 435px;
			margin: 0px;
			padding: 0px;
			/*background-color: blue;*/
		}
		.cols3_faux {
			display: inline;
			float: left;
			width: 280px;
			margin: 0px;
			margin-right: 30px;
			padding: 0px;
			padding-bottom: 20000px;
			margin-bottom: -20000px;
			/*background-color: blue;*/
		}
		.cols3_faux_last {
			display: inline;
			float: left;
			width: 280px;
			margin: 0px;
			padding: 0px;
			padding-bottom: 20000px;
			margin-bottom: -20000px;
			/*background-color: red;*/
		}
		.cols4 {
			display: inline;
			float: left;
			width: 202px;
			margin: 0px;
			margin-right: 31px;
			padding: 0px;
		}
		.cols4_last {
			display: inline;
			float: left;
			width: 202px;
			margin: 0px;
			padding: 0px;
		}
		.cols4_faux {
			display: inline;
			float: left;
			width: 192px;
			margin: 0px;
			margin-right: 31px;
			margin-bottom: -20000px;
			padding: 5px 5px 20005px 5px;
			background-color: #f1efe6;
		}
		.cols4_faux_last {
			display: inline;
			float: left;
			width: 192px;
			margin: 0px;
			margin-bottom: -20000px;
			padding: 5px 5px 20005px 5px;
			background-color: #f1efe6;
		}
		
		.coltype1_Mr30 {
			display: inline;
			float: left;
			width: 150px;
			margin: 0px;
			padding: 0px;
			margin-right: 30px;
			/*background-color: blue;*/
		}
		.coltype2 {
			display: inline;
			float: left;
			width: 255px;
			margin: 0px;
			padding: 0px;
			/*background-color: blue;*/
		}
		
		.coltype3_Mr45 {
			display: inline;
			float: left;
			width: 150px;
			margin: 0px;
			padding: 0px;
			margin-right: 45px;
			/*background-color: blue;*/
		}
		.coltype4 {
			display: inline;
			float: left;
			width: 240px;
			margin: 0px;
			padding: 0px;
			/*background-color: blue;*/
		}

		
		a.mainlinkimg1:link, a.mainlinkimg1:visited{
			display: block;
			width: 170px;
			height: 97px;
			margin: 0px;
			padding: 0px;
			background:url(../images/omrezja_in_internet_up.gif) left no-repeat;
			outline: 0;
		}
		a.mainlinkimg1:hover{
			background:url(../images/omrezja_in_internet_down.gif) left no-repeat;
			outline: 0;
		}
		a.mainlinkimg2:link, a.mainlinkimg2:visited{
			display: block;
			width: 170px;
			height: 97px;
			margin: 0px;
			padding: 0px;
			background:url(../images/osnovna_ureditev_in_zascita_up.gif) left no-repeat;
			outline: 0;
		}
		a.mainlinkimg2:hover{
			background:url(../images/osnovna_ureditev_in_zascita_down.gif) left no-repeat;
			outline: 0;
		}
		a.mainlinkimg3:link, a.mainlinkimg3:visited{
			display: block;
			width: 170px;
			height: 97px;
			margin: 0px;
			padding: 0px;
			background:url(../images/zascita_in_shranjevanje_up.gif) left no-repeat;
			outline: 0;
		}
		a.mainlinkimg3:hover{
			background:url(../images/zascita_in_shranjevanje_down.gif) left no-repeat;
			outline: 0;
		}
		a.mainlinkimg4:link, a.mainlinkimg4:visited{
			display: block;
			width: 170px;
			height: 97px;
			margin: 0px;
			padding: 0px;
			background:url(../images/popravila_in_nadgradnja_up.gif) left no-repeat;
			outline: 0;
		}
		a.mainlinkimg4:hover{
			background:url(../images/popravila_in_nadgradnja_down.gif) left no-repeat;
			outline: 0;
		}

		
		
		ul.arrowcirclelinks {list-style: none outside;padding:0;margin: 0;}
		ul.arrowcirclelinks li a:link, ul.arrowcirclelinks li a:visited{ display:inline; background:url(../images/arrow-circle-orange.gif) left no-repeat ; color:#8d8d8d; text-decoration:underline; padding:0 0 0 20px; margin:0;}
		ul.arrowcirclelinks li a:hover{background:url(../images/arrow-circle-black.gif) no-repeat left; color:#171717; text-decoration:underline;}
		
		ul.arrowcirclelinks_pad {list-style: none outside;padding:0 0 0 10px;margin: 0;}
		ul.arrowcirclelinks_pad li a:link, ul.arrowcirclelinks_pad li a:visited{ display:inline; background:url(../images/arrow-circle-orange.gif) left no-repeat ; color:#8d8d8d; text-decoration:underline; padding:0 0 0 20px; margin:0;}
		ul.arrowcirclelinks_pad li a:hover{background:url(../images/arrow-circle-black.gif) no-repeat left; color:#171717; text-decoration:underline;}


/*-----------CONTENT FOOTER 1-----------*/
#container_footer_1 {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	background-color: #ffffff;
}
	#footer_1 {
		display: block;
		width: 901px;
		height: 100px;
		margin: 0px auto;
		padding: 0px;
		background: #ffffff;
	}

/*-----------CONTENT FOOTER 2-----------*/
#container_footer_2 {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fe7c00;
	border-bottom: 1px solid #171717;
}
	#footer_2 {
		display: block;
		width: 901px;
		height: 18px;
		margin: 0px auto;
		padding: 0px;
		background: #fe7c00 url(../images/f_bkground_2.jpg) no-repeat bottom;
	}

/*-----------CONTENT FOOTER 3-----------*/
#container_footer_3 {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #2d2d2d;
	color: #666666;
}
	#footer_3 {
		display: block;
		width: 901px;
		margin: 0px auto;
		padding: 0px;
		padding-top: 20px;
		background: #2d2d2d url(../images/f_bkground_3.jpg) no-repeat;
	}
		
		#footer_3 ul{list-style: none outside;width:280px; padding:0; margin:0;}
		#footer_3 ul li{width:280px; margin:0;padding:5px 0;}
		
		#footer_3 a{width:265px; display:block; background:url(../images/arrow_orange.gif) left no-repeat ; color:#666666; text-decoration:none; padding:5px 0 5px 15px;margin: 0;}
		#footer_3 a:hover{background:url(../images/arrow_white.gif) left no-repeat #31302e; color:#fe7c00; text-decoration:none;}
		
		#footer_3 a.footer_orange:link, #footer_3 a.footer_orange:visited, #footer_3 a.footer_orange:hover{
			display: block;
			color: #fe7c00;
			text-decoration: none;
			font-weight: normal;
			font-size: 13px;
			margin-bottom: 10px;
			background: none;
			padding: 0px 0px 10px 0px;
			margin: 0px;
		}
		
		#footer_3 .coltype1{
			display: inline;
			float: left;
			width: 280px;
			margin: 0;
			padding: 0;
			margin-right: 30px;
		}
		#footer_3 .coltype2{
			display: inline;
			float: left;
			width: 280px;
			margin: 0;
			padding: 0;
		}
		#footer_3 #f3height{
			display: inline;
			float: right;
			width: 1px;
			height: 119px;
			margin: 0;
			padding: 0;
		}

/*-----------CONTENT COPY-----------*/
#container_copy {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #2d2d2d;
	color: #666666;
}
	#copy {
		display: block;
		width: 901px;
		margin: 0px auto;
		padding: 0px;
		padding-top: 50px;
	}
	#copy a:link, #copy a:visited{color: #666666; text-decoration:none; padding:0;margin: 0;}
	#copy a:hover{color: #666666; text-decoration:none;}





















/************ Forms ************/
form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
label {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	padding-left: 2px;
}
textarea {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background-color: #ffffff;
    border: #8d8d8d 1px solid;
    font-size: 12px;
	color: #8d8d8d;
    padding-left: 2px;
    padding-right: 2px;
}
input {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	display: inline;
	height: 16px;
	background-color: #ffffff;
	border: #8d8d8d 1px solid;
	color: #8d8d8d;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
input.hidden {
    display: none;
    border: none;
    background-color: #ffffff;
}
input.input_1 {
	width: 200px;
}
input.input_2 {
	width: 60px;
}
input.input_3 {
	width: 120px;
}
input.input_4 {
	width: 400px;
}
input.input_5 {
	width: 220px;
}
input.input_6 {
	width: 500px;
}
input.input_7 {
	width: 50px;
}
input.input_8 {
	width: 150px;
}
input.input_9 {
	width: 250px;
}
input.radio {
	border: 0px;
}
input.radio_Mr_5 {
	border: 0px;
	margin-right: 5px;
}
input.Submit {
	background-color: #8d8d8d;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px;
	text-align: center;
	cursor: pointer;
}
