table.FormsLayout
{
	margin: 15px auto 15px auto;
	border: 1px solid #aaa;
	border-collapse: separate;
	border-spacing: 0px;
	background: none;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	box-shadow: 0 0 6px #444;
	width: 800px;
}

table.FormsLayout > tbody > tr:first-child > td,
table.FormsLayout > tbody > tr:first-child > th
{
	border-top-left-radius: 9px; -moz-top-radius-bottomleft: 9px; -webkit-border-top-left-radius: 9px;
	border-top-right-radius: 9px; -moz-top-radius-bottomright: 9px; -webkit-border-top-right-radius: 9px;
}

table.FormsLayout > tbody > tr:last-child > td,
table.FormsLayout > tbody > tr:last-child > th
{
	border-bottom-left-radius: 9px; -moz-border-radius-bottomleft: 9px; -webkit-border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px; -moz-border-radius-bottomright: 9px; -webkit-border-bottom-right-radius: 9px;
}

table.FormsLayout > tbody > tr
{
	background: none;
}

table.FormsLayout > tbody > tr > th
{
	font-size: 16pt;
	padding: 8px 16px;
	border-width: 0px;
}

table.FormsLayout > tbody > tr > th:first-child
{
	border-bottom: 2px solid #aaa;
}

table.FormsLayout > tbody > tr > th:last-child
{
	border-top: 2px solid #aaa;
}

table.FormsLayout > tbody > tr > td
{
	text-align: center;
	vertical-align: middle;
	background: none;
	border-width: 0px;
	padding: 5px 10px;
}

table.FormsLayout > tbody > tr > td.Left
{
	text-align: left;
}

table.FormsLayout > tbody > tr > td.Column1
{
	text-align: right;
	font-size: 11pt;
	color: #666;
}

table.FormsLayout > tbody > tr > td.Column1,
table.FormsLayout > tbody > tr > td.Column3
{
	width: 220px;
}

table.FormsLayout > tbody > tr > td.Column2
{
	width: 320px;
}

table.FormsLayout > tbody > tr > td.Column2:last-child
{
	width: 520px;
}

table.FormsLayout input[type='text'],
table.FormsLayout input[type='password'],
div.SitePanel input[type='text'],
div.SitePanel input[type='password'],
table.FormsLayout textarea,
table.FormsLayout select
{
	width: 100%;
	font-size: 11pt;
	padding: 4px 7px;

	margin: 2px;
	border: 1px solid #ccc;
	border-radius: 5px;

	background: #dddddd;
	background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 25%);
	background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 25%);
	background: linear-gradient(to bottom, #dddddd 0%,#ffffff 25%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.FormsLayout input[type='checkbox']
{
	margin: 5px;
	width: 14pt;
	height: 14pt;
	display: inline-block;
	vertical-align: middle;
}

table.FormsLayout input[type='checkbox']:checked + label
{
	color: #0a0;
}

table.FormsLayout input[type='radio']
{
	margin: 5px;
	width: 14pt;
	height: 14pt;
	display: inline-block;
	vertical-align: middle;
}

table.FormsLayout input[type='radio']:checked + label
{
	color: #0a0;
}

table.FormsLayout label
{
	line-height: 2.0em;
}

table.FormsLayout hr
{
	border-width: 0px;
	border-top: 1px solid #aaa;
	border-bottom: 0px;
}

table.FormsLayout > tbody > tr > td > span
{
	padding: 0px 25px;
}

table.FormsLayout > tbody > tr > th.Special
{
	color: #000;
	background: #ffa;
	font-size: 1.0em;
	text-align: center;
}

table.FormsLayout > tbody > tr > th.Special2
{
	font-size: 1.0em;
	text-align: center;
}

/* Wygląd menu gdy mamy małą szerokość okna: */
@media screen and (max-width: 850px)
{
	table.FormsLayout
	{
		width: 100%;
	}

	table.FormsLayout > tbody > tr > td
	{
		padding: 5px 4px;
	}

	table.FormsLayout > tbody > tr > td.Column1,
	table.FormsLayout > tbody > tr > td.Column3
	{
		width: auto;
	}

	table.FormsLayout > tbody > tr > td > span
	{
		padding: 0px 15px;
	}

	table.FormsLayout > tbody > tr > td > span a
	{
		display: inline-block;
		margin: 10px;
	}
}

table.FormsLayout > tbody > tr > td > ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

table.FormsLayout > tbody > tr > td > ul > li
{
	display: inline;
	margin: 0px 15px;
}

table.FormsLayout > tbody > tr > td > ul.Block > li {
    display: block;
    text-align: left;
}


table.FormsLayout > tbody > tr > td.Header {
    font-weight: bold;
    font-size: 1.1em;
}

table.FormsLayout ul.Buttons {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

ul.Buttons {
    list-style: none;
    padding: 0px;
    text-align: right;
}

ul.Center {
    text-align: center;
}

ul.Buttons li {
    display: inline;
    margin-left: 8px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16pt;
}

ul.Buttons img {
    vertical-align: middle;
    padding-right: 5px;
}

ul.Buttons li.Button a:link,
ul.Buttons li.Button a:active,
ul.Buttons li.Button a:visited {
    margin: 2px 0px;
    display: inline-block;
    padding: 3px 10px 0px 10px;
    text-decoration: none;
    background-color: #f7f7f7;
    color: #000;
    border: 1px solid #bbb;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    box-shadow: 4px 4px 5px #777;
}

ul.Buttons li.Button a:hover {
    background-color: #fffff7;
    color: #255c94;
    border-color: #255c94;
}

ul.Buttons li.Link a {
    float: left;
    font-size: 14pt;
}

ul.Buttons li.Special a:link,
ul.Buttons li.Special a:active,
ul.Buttons li.Special a:visited {
    background-color: #ffa;
}

ul.Buttons li.Special a:hover {
    background-color: #fea;
}

ul.Buttons li.Left {
    margin-left: 0px;
    margin-right: 8px;
    float: left;
}

ul.Buttons li.CompareLicenses {
    letter-spacing: 0px !important;
}