body {
	background-color: #ffffff;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #222222;
	font-size: 12px;
	text-align: left;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	display: block;
	margin: 0 0 18px 0;
	padding: 0;
	font-weight: bold;
	font-size: 20px;
	color: #b4161c;
	text-align: left;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 17px;
	color: #b4161c;
	text-align: left;
}
h2.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	color: #111111;
	text-align: left;
}
h3.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #111111;
	text-align: left;
}
h4.inline {
	display: inline;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}


/************ Standard tags ************/


/************ Positioning Classes ************/
.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.clearLeft {
	clear: left;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.clearRight {
	clear: right;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.posCenter {
	margin: 0 auto;
	padding: 0;
}
.VAtop {
	vertical-align: top;
}
.VAmiddle {
	vertical-align: middle;
}
.VAbottom {
	vertical-align: bottom;
}
.floatLeft{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
.floatLeft_Mr{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.floatRight{
	display: inline;
	margin: 0;
	padding: 0;
	float: right;
}
.floatRight_Ml{
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
}
.block{
	display: block;
}
.inner {
	float: left;
	overflow: hidden;
}
.lh-normal {
	line-height: normal;
}
.lh-200 {
	line-height: 200%;
}
.Mt25 {
	margin-top: 25px;
}
.Mt1 {
	margin-top: 1px;
}


/************ Color Styles ************/
.white{
	color: #ffffff;
}
.black{
	color: #000000;
}
.vlblack{
	color: #000000;
}
.vlred{
	color: #b4161c;
}
.gray{
	color: #808080;
}
.field_req{
	color: #ff0000;
}
.error_normal{
	color: #ff0000;
}
.red{
	color: #ff0000;
}


/************ Font Styles ************/
.fs-12 {
	font-size: 12px;
}
.line_through {
	text-decoration: line-through;
}
.remark {
	font-size: 90%;
}
.remark-g {
	font-size: 90%;
	color: #666666;
}
.timestamp {
	font-size: 80%;
	color: #444444;
}
.imgcaption-n {
	font-size: 90%;
	color: #444444;
}
.imgcaption-i {
	font-size: 90%;
	color: #444444;
	font-style: italic;
}


/************ List Styles ************/
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-position: outside;
}
	ul li {
		background: url(../images/ul-bullet.gif) 0 7px no-repeat;
	    padding-left: 7px;
	}
ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}


/************ Link Styles ************/
a:link {
	color: #b4161c;
	text-decoration: underline;
	font-weight: inherit;
}
a:hover, a:visited:hover {
	color: #111111;
}
a:visited {
	color: #b4161c;
	text-decoration: underline;
	font-weight: inherit;
}

a.nounder:link {
	color: #b4161c;
	text-decoration: none;
	font-weight: inherit;
}
a.nounder:hover, a.nounder:visited:hover {
	color: #111111;
	text-decoration: underline;
}
a.nounder:visited {
	color: #b4161c;
	text-decoration: none;
	font-weight: inherit;
}

a.black:link {
	color: #000000;
	text-decoration: underline;
	font-weight: inherit;
}
a.black:hover, a.black:visited:hover {
	color: #b4161c;
}
a.black:visited {
	color: #444444;
	text-decoration: underline;
	font-weight: inherit;
}

a.normal:link {
	color: #b4161c;
	text-decoration: underline;
	font-weight: normal;
}
a.normal:hover, a.normal:visited:hover {
	color: #111111;
}
a.normal:visited {
	color: #b4161c;
	text-decoration: underline;
	font-weight: normal;
}

/************ Image Styles ************/
img {
	border: 0;
	outline: 0;
}
img.grayBorder {
	border: 1px solid #333333;
}
img.grayBorder-VAB {
	border: 1px solid #333333;
	vertical-align: bottom;
}
img.floatLeft {
	display: inline;
	float: left;
	vertical-align: bottom;
	margin: 0 10px 5px 0;
}
img.floatLeftBorder {
	display: inline;
	float: left;
	border: 1px solid #333333;
	vertical-align: bottom;
	margin: 0 10px 5px 0;
}
img.floatRight {
	display: inline;
	float: right;
	vertical-align: bottom;
	margin: 0 0 5px 10px;
}
img.floatRightBorder {
	display: inline;
	float: right;
	border: 1px solid #333333;
	vertical-align: bottom;
	margin: 0 0 5px 10px;
}


/************ Table Styles ************/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table.centered{
	margin: 0 auto;
}
td {
	margin: 0;
	padding: 2px;
}
td.noborder {
	border: 0;
}
td.VAtop {
	vertical-align: top;
}
table.hasborder{
	border: 1px solid #333333;
}
table.hasborder td {
	border: 1px solid #333333;
}
table.hasborder td.noborder {
	border: 0;
}
table.hasborder_tCenter{
	border: 1px solid #333333;
	text-align: center;
}
table.hasborder_tCenter td {
	border: 1px solid #333333;
}
table.hasborder_tLeft{
	border: 1px solid #333333;
	text-align: left;
}
table.hasborder_tLeft td {
	border: 1px solid #333333;
}
tr.lightbkground {
	background-color: #ffffff;
}
tr.darkbkground {
	background-color: #e6e6e6;
}
tr.graybkground {
	background-color: #999999;
}

table.calendar {
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/************ Layout ************/
#container {
	display: block;
	width: 990px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#header {
	display: block;
	width: 100%;
	height: 121px;
	margin: 0;
	padding: 0;
}
	#header a.head-btngray {
		display: block;
		width: 197px;
		height: 22px;
		margin: 0;
		padding: 0;
		line-height: 22px;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		background: url(../images/head-btn-red.gif) top left no-repeat;
		text-decoration: none;
	}
	#header a.head-btngray:hover {
		background: url(../images/head-btn-gray.gif) top left no-repeat;
	}
	#header div.head-btnred {
		display: block;
		width: 197px;
		height: 22px;
		margin: 0 0 0 2px;
		padding: 0;
		line-height: 22px;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		background: url(../images/head-btn-red.gif) top right no-repeat;
		text-decoration: none;
	}
	#header #bubble {
		font-family: Arial;
		display: block;
		float: left;
		width: 239px;
		height: 55px;
		margin: 0 0 0 270px;
		padding: 15px 20px;
		font-size: 12px;
		color: #b4161c;
		background: url(../images/head-bubble.gif) top left no-repeat;
	}
	#header #woman-top {
		display: block;
		float: left;
		width: 105px;
		height: 85px;
		margin: 0;
		padding: 0;
		background: url(../images/head-woman-top.jpg) bottom left no-repeat;
	}
	#header #langsel {
		display: inline;
		float: right;
		margin: 0;
		padding: 5px 0 0 0;
		font-size: 9px;
		color: #111111;
		text-align: right;
	}
		#header #langsel a {
			color: #808080;
			font-weight: inherit;
			text-decoration: none;
		}
		#header #langsel a:hover {
			color: #b4161c;
		}
	#header #mainmenu {
		display: block;
		width: 990px;
		height: 36px;
		margin: 0;
		padding: 0;
		background: url(../images/mm-bkg.gif) 0 0 repeat-x;
	}
		#header #mainmenu #mainmenuitems {
			display: block;
			float: left;
			width: 744px;
			height: 36px;
			margin: 0;
			padding: 0;
			background: url(../images/mm-bkg.gif) 0 0 repeat-x;
			overflow: hidden;
		}
			#header #mainmenu #mainmenuitems .cur {
				display: block;
				float: left;
				height: 30px;
				width: 103px;
				margin: 0;
				padding: 2px 10px;
				line-height: 15px;
				font-size: 11px;
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
				overflow: hidden;
				background: url(../images/mm-item-cur.gif) 0 0 repeat-x;
			}
			#header #mainmenu #mainmenuitems a {
				display: block;
				float: left;
				height: 30px;
				width: 103px;
				margin: 0;
				padding: 2px 10px;
				line-height: 15px;
				font-size: 11px;
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
				overflow: hidden;
			}
			#header #mainmenu #mainmenuitems a:hover {
				background: url(../images/mm-item-over.gif) 0 0 repeat-x;
			}
			#header #mainmenu #mainmenuitems .separator {
				display: block;
				float: left;
				height: 36px;
				width: 1px;
				margin: 0;
				padding: 0;
				background: url(../images/mm-sep.gif) top right no-repeat;
			}
		#header #mainmenu #woman-bottom {
			display: block;
			float: left;
			width: 80px;
			height: 36px;
			margin: 0 0 0 4px;
			padding: 0;
			background: url(../images/head-woman-bottom.jpg) top left no-repeat;
		}
		
	#header #header-searchdiv {
		display: block;
		float: right;
		width: 162px;
		height: 25px;
		margin: 10px 0 0 0;
		padding: 0;
	}

#breadcrumbs {
	display: block;
	width: 980px;
	height: 15px;
	line-height: 15px;
	margin: 0;
	padding: 0 5px;
	border-bottom: 1px solid #d9d9d9;
	color: #b4161c;
	font-size: 10px;
	background: white;
	overflow: hidden;
}
	#breadcrumbs a {
		display: block;
		float: left;
		color: #acaeb0;
		text-decoration: none;
		font-weight: normal;
	}
	#breadcrumbs a:hover {
		color: #b4161c;
	}
	#breadcrumbs .separator {
		display: block;
		float: left;
		width: 8px;
		height: 15px;
		margin: 0 5px;
		padding: 0;
		background: url(../images/bcrumbs-sep.gif) 0 0 no-repeat;
	}

#leftcol {
	display: block;
	float: left;
	width: 190px;
	margin: 0 10px 0 0;
	padding: 10px 0;
	background: url(../images/leftmenu-bkg.gif) 0 0 repeat-x;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
	#leftcol .menu {
		display: block;
		width: 190px;
		margin: 0;
		padding: 8px 0;
		font-size: 11px;
		font-weight: bold;
	}
		#leftcol h3, #leftcol .menu a.lev1{
			display: block;
			margin: 0;
			padding: 2px 10px;
			font-size: 11px;
			color: #000000;
			font-weight: bold;
			text-decoration: none;
		}
		#leftcol .menu a.lev1:hover{
			color: #b4161c;
		}
			#leftcol .menu a.lev1-cur{
				display: block;
				margin: 0;
				padding: 2px 10px;
				font-size: 11px;
				color: #b4161c;
				font-weight: bold;
				text-decoration: none;
				background: url(../images/leftmenu-bullet.gif) 4px 5px no-repeat;
			}
			#leftcol .menu a.lev1-cur:hover{
				text-decoration: underline;
			}
			#leftcol .menu a.lev2{
				display: block;
				margin: 0;
				padding: 2px 10px 2px 20px;
				font-size: 11px;
				color: #808080;
				font-weight: normal;
				text-decoration: none;
			}
			#leftcol .menu a.lev2:hover{
				color: #b4161c;
			}
			#leftcol .menu a.lev2-cur{
				display: block;
				margin: 0;
				padding: 2px 10px 2px 20px;
				font-size: 11px;
				color: #b4161c;
				font-weight: bold;
				text-decoration: none;
				background: url(../images/leftmenu-bullet.gif) 14px 5px no-repeat;
			}
			#leftcol .menu a.lev2-cur:hover{
				text-decoration: underline;
			}
			#leftcol .menu a.lev3{
				display: block;
				margin: 0;
				padding: 2px 10px 2px 30px;
				font-size: 11px;
				color: #808080;
				font-weight: normal;
				text-decoration: none;
			}
			#leftcol .menu a.lev3:hover{
				color: #b4161c;
			}
			#leftcol .menu a.lev3-cur{
				display: block;
				margin: 0;
				padding: 2px 10px 2px 30px;
				font-size: 11px;
				color: #b4161c;
				font-weight: bold;
				text-decoration: none;
				background: url(../images/leftmenu-bullet.gif) 24px 5px no-repeat;
			}
			#leftcol .menu a.lev3-cur:hover{
				text-decoration: underline;
			}
			
			#container #leftcol ul.menu {
				list-style:none; 
				padding:0px;
				margin:0px;
				width:190px;
			}

			#container #leftcol ul.menu li{
				background-image:url("../images/menu_level1_bck.gif");
				background-repeat:no-repeat;
				background-position:left;
				padding-left:0;
				display:block;
				min-height:35px;
				vertical-align:middle;
			}
			
				#container #leftcol ul.menu li .date{
					color: #888888;
					font-size: 10px;
				}
			
			#container #leftcol a {
				text-decoration: none;
			}

			#container #leftcol ul.menu li a,
			#container #leftcol ul.menu li a:visited{
				color:#636466;
				font-size:100%;
				position:relative;
				top:9px;
				text-decoration:none;
			}

			#container #leftcol ul.menu li a:hover {
				color:black;	
			}

			 /* submenu */
			#container #leftcol ul.menu li ul,
			#container #leftcol ul.menu li ul li ul
			{
				background: #ededed;
				padding:0px;
				margin:0px;
				position:relative;
				left:-20px;
				width:190px;
			}
			#container #leftcol ul.menu li ul li,
			#container #leftcol ul.menu li ul li ul li{
				padding-left:30px;
				background-image:url("../images/menu_sublevel_bck.gif");
				background-repeat:no-repeat;
				background-position:left;
				display:block;
				min-height:37px;
			}
				
			/* submenu level2 */
			#container #leftcol ul.menu li ul li ul {
				left:-30px;
			}
			#container #leftcol ul.menu li ul li ul li {
				padding-left:50px;
			}

			#container #leftcol ul.menu li.selected {
				color:black;
				font-weight:bolder;
			}
	#leftcol .sgap {
		display: block;
		height: 20px;
		margin: 0;
		padding: 0;
	}
	#leftcol .lgap {
		display: block;
		height: 30px;
		margin: 0;
		padding: 0;
	}
	#leftcol .box-lightblue {
		display: block;
		margin: 0;
		padding: 10px;
		background: #cfedf1;
		font-size: 12px;
		color: #41b6c8;
	}
		#leftcol .box-lightblue .title {
			display: block;
			margin: 0 0 10px 0;
			font-size: 13px;
			font-weight: bold;
		}
	#leftcol .sectiontitle {
		display: block;
		width: 200px;
		height: 24px;
		margin: 0 0 10px 0;
		padding: 3px 10px;
		color: #ffffff;
		font-size: 13px;
		background: url(../images/menuleft-sectitle-bkground-black.gif) 0 0 no-repeat;
	}

#maincol {
	display: block;
	float: left;
	width: 575px;
	margin: 5px;
	padding: 0;
	font-size: 12px;
}

	a.inquiry:link, a.inquiry:visited {
		display: block;
		width: 150px;
		height: 20px;
		margin: 0;
		padding: 0;
		line-height: 20px;
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		background: red url(../images/inquiry-btn-red.gif) center center no-repeat;
		text-decoration: none;
	}
	a.inquiry:hover {
		color: #ffdddd;
	}

/*  seznam novic */
#container #maincol .seznam_novic{
	margin-bottom: 20px;
}
#container #maincol .seznam_novic a,
#container #maincol .seznam_novic a:visited{
	text-decoration:none;
}

#container #maincol .seznam_novic h2{
	text-transform:none;
	font-size:12px;
	margin:0px;
	margin-top:10px;
	padding:0px;
}

#container #maincol .seznam_novic .novice
{
	float: right;
	width: 390px;
}

	#container #maincol .seznam_novic .novice .text
	{
		margin-left: 40px;
	}

#container #maincol .seznam_novic .calendar_div
{
	float: left;
}

	#container #maincol .seznam_novic .calendar_div .event
	{
		background-color: #DDDDDD;
	}

#container #maincol .seznam_novic .divider{
	height: 3px;
	width: 150px;
	margin: 10px 0px 20px 225px;
	background-color: #666666;
	
}

#rightcol {
	display: block;
	float: right;
	width: 190px;
	margin: 0 0 0 10px;
	padding: 0;
}
	#rightcol .box-red {
		display: block;
		width: 160px;
		margin: 0;
		padding: 10px 15px;
		background: #79161c url(../images/rcol-red-bkg.gif) 0 0 repeat-x;
		color: #ffffff;
		font-size: 12px;
	}
		#rightcol .box-red a {
			color: #ffffff;
			font-weight: inherit;
			text-decoration: underline;
		}
		#rightcol .box-red a:hover {
			color: #000000;
		}
	#rightcol .box-red-quotes-top {
		display: block;
		width: 190px;
		height: 23px;
		margin: 0;
		padding: 0;
		background: #b1161c url(../images/rcol-red-quotes-top.gif) 0 0 no-repeat;
	}
	#rightcol .box-red-quotes {
		display: block;
		width: 150px;
		margin: 0;
		padding: 0 20px;
		background: #b1161c url(../images/rcol-red-quotes-bkg.gif) 0 0 repeat-x;
		color: #ffffff;
		font-size: 12px;
	}
		#rightcol .box-red-quotes .f-lwhite{
			color: #ffffff;
			font-size: 18px;
		}
		#rightcol .box-red-quotes a {
			color: #ffffff;
			font-weight: inherit;
			text-decoration: underline;
		}
		#rightcol .box-red-quotes a:hover {
			color: #000000;
		}
	#rightcol .box-red-quotes-bottom {
		display: block;
		width: 190px;
		height: 23px;
		margin: 0;
		padding: 0;
		background: #b1161c url(../images/rcol-red-quotes-bottom.gif) 0 0 no-repeat;
	}
	#rightcol .sgap {
		display: block;
		height: 10px;
		margin: 0;
		padding: 0;
	}
	#rightcol .lgap {
		display: block;
		height: 20px;
		margin: 0;
		padding: 0;
	}
	#rightcol .box-enewssub {
		display: block;
		width: 170px;
		margin: 0;
		padding: 10px;
		color: #ffffff;
		background: #868787 url(../images/rcol-enewssub-bkg.gif) 0 bottom repeat-x;
	}
		#rightcol .box-enewssub .title {
			display: block;
			margin: 0 0 10px 0;
			padding: 0;
			font-size: 13px;
			color: #ffffff;
			font-weight: bold;
		}
		#rightcol .box-enewssub a.btn {
			display: block;
			float: right;
			width: 73px;
			height: 16px;
			line-height: 16px;
		 	margin: 0 0 6px 0;
			padding: 0;
			/*background: url(../images/rcol-enewssub-btn.gif) 0 0 no-repeat;*/
			text-align: center;
			font-size: 11px;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			border: 1px solid #eeeeee;
		}
		#rightcol .box-enewssub a.btn:hover {
			color: #eaeaea;
		}

#footer {
	display: block;
	width: 950px;
	margin: 0;
	padding: 30px 20px 5px 20px;
	color: #000000;
	font-size: 11px;
	background: #ffffff url(../images/footer-bkg.gif) left bottom repeat-x;
}
	#footer .col1 {
		display: block;
		float: left;
		width: 200px;
		margin: 0;
		padding: 0;
		line-height: 150%;
	}
	#footer .col2 {
		display: block;
		float: right;
		width: 730px;
		margin: 0;
		padding: 0;
		color: #000000;
		font-size: 10px;
	}
	#footer a {
		color: #808080;
		text-decoration: none;
		font-weight: inherit;
	}
	#footer a:hover {
		color: #b4161c;
	}
	#footer a.white {
		color: #ffffff;
		text-decoration: none;
		font-weight: inherit;
	}
	#footer a.white:hover {
		text-decoration: underline;
	}
	#footer table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		border: 0;
		margin: 0;
		padding: 0;
		text-align: left;
		font-size: 9px;
		text-transform: uppercase;
	}
		#footer table td {
			vertical-align: top;
			margin: 0;
			padding: 0 5px;
			border-left: 1px solid #808080;
		}
			#footer table td.noborder {
				border: 0;
			}


/************ Forms ************/
form {
	display: inline;
	margin: 0;
	padding: 0;
}
/*label {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	padding-left: 2px;
}

form table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
form table td {
	margin: 0px;
	padding: 2px;
	border: 0px;
}
form table td.noborder {
	border: 0px;
}
form table.hasborder{
	border: 1px solid #999999;
}
form table.centered{
	margin: 0 auto;
}
form table.hasborder td {
	border: 1px solid #999999;
}
form table.hasborder td.noborder {
	border: 0px;
}
*/
select {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	background-color: #ffffff;
    border: 1px solid #333333;
    font-size: 11px;
	color: #111111;
  	margin: 0;
	padding: 0;
}
textarea {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	background-color: #ffffff;
    border: 1px solid #333333;
    font-size: 11px;
	color: #111111;
  	margin: 0;
	padding: 0 2px; 
}
input {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	display: inline;
	background-color: #ffffff;
	border: 1px solid #333333;
	color: #111111;
 	height: 16px;
	margin: 0;
	padding: 0 2px;
	text-align: left;
    font-size: 11px;
}
input.hidden {
    display: none;
    border: none;
    background-color: transparent;
    width: 0;
    height: 0;
    line-height: 0;
}
input.enews-rightcol {
 	height: 16px;
 	margin: 5px 0 6px 0;
	padding: 1px 2px 0 2px;
    width: 166px;
	border: 0;
	font-size: 11px;
	color: #000000;
}
input.search-header {
	float: left;
    width: 132px;
 	height: 14px;
 	margin: 0;
	padding: 1px 2px;
	border: 0;
	font-size: 11px;
	color: #000000;
}
input.input_all {
	width: 100%;
}
input.input_1 {
	width: 100px;
}
input.input_2 {
	width: 200px;
}
input.input_3 {
	width: 300px;
}
input.input_4 {
	width: 400px;
}
input.input_5 {
	width: 500px;
}
input.input_6 {
	width: 600px;
}
input.radio {
	border: 0;
}
input.radio_Mr_5 {
	border: 0px;
	margin-right: 5px;
}
input.checkbox {
	border: 0;
	margin: 1px 5px 1px 2px;
	padding: 0;
}
input.checkbox {
	border: 0;
}
input.radio {
	border: 0;
}

img#visualCaptcha {
	border: 1px solid #333333;
	padding: 1px;
}

