

#right {
	background: #fff;
}

#right .right_menu_head {
	width: 100%;
	height: 31px;
	display: block;
	background-image: url("../img/menu_head_bg.jpg");
}

#right .right_menu_head .right_menu_head_title {
	padding-top: 8px;
	padding-left: 15px;
	float: left;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: small;
	color: #282828;
}


#right table.kosik {
	border: none;
	table-layout: fixed;
	
	font-size: 90%;
	border-collapse: collapse;
}
#right table.kosik input[type="submit"]{border: 1px solid #aaa; background-color: silver; margin:0;padding:0;}

#right table.kosik td {
	border: none;
}



#right .right_infobox {

	width: 98%;
	display: block;
	background: #ffffff;
	padding: 0px;
	font-size: 80%;
	color: #434343;
	font-family: Arial, Verdana;
	border: 1px solid #aaaaaa;
}

#right .right_infobox.red
{
    border: 1px solid #f71602;
}

#right .right_infobox p {
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
}

#right  .right_infobox form {
	text-align: left;
}

#right  .right_infobox form dl{
	padding: 10px;
	margin: 0px;
}

#right .right_infobox form label{
	display: block;
	float: left;
	padding: 0px;
	padding-right: 5px;
	text-align: right;
	width: 35px;
}

#right .right_infobox .dijitTextBox {
	width: 100px;
	padding-right: 5px;
}
#right .right_infobox input[type="text"],#right .right_infobox input[type="password"]
{
	width: 100px;
	padding-right: 5px;
}

#right .right_infobox a.pad{
	border: none;
	font-family: Arial, Verdana;
	border: 1px solid #D90600;
	background: #E20900 url("../img/btnBg.jpg") 0% 0% repeat-x;
	color: white;
	font-weight: bold;
	margin: 0px;
	white-space: nowrap;
	padding: 4px;
	line-height:2em;
	height:2em;
	display:inline;
	margin-right: -3px;
	margin-left: -2px;
	max-width: 100px;
 }


#left input[type="button"],#left input[type="submit"] 

	{
	border: none;
	font-family: Arial, Verdana;
	border: 1px solid #ff5409;
	background: #fd7c44 url("../img/btnBg.jpg") 0% 0% repeat-x;
	color: white;
	font-weight: bold;
	margin: 0px;
	white-space: nowrap;
}
#right .right_infobox input[type="submit"] {
	padding: 2px;
}

#right h2 {
	padding: 3px;
	padding-top: 0px;
	margin: 0px;
	font-size: 70%;
}

#right h2.smaller
{
    font-size: 60%;
}

#right .right_infobox_title {
	display:block;
	width: 58%;
	text-align: center;
	/*background: #E20900 url("../img/btnBg.jpg") 0% 0% repeat-x;*/
	background: #aaaaaa;
	color: white;
	height: 1.4em;
}

#right .right_infobox_title.red
{
    background-color: #F71602;
     color:white;
}

#right .right_infobox_title.red h2
{
    color: white;
}

#right .right_infobox_title a{color: white;}
