/*
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*/

input.itext {
	border:1px solid #cccccc;
}

textarea.itext {
	border:1px solid #cccccc;
}

table.but1 {
	border:0;
	padding:0;
	margin:0;
}

	table.but1 td {
		border:0;
		padding:0;
		margin:0;
		color:white;
	}

		table.but1 td a{
			color:white;
			font-weight:bold;
			text-decoration:none;
		}

		table.but1 td a:hover{
			color:white;
			text-decoration:underline;
		}

	table.but1 button {
		background:url(/media/img/buttons/but1/but1_02.png) repeat-x right 0px;
		color:white;
		height:32px;
		border:0;
		font-weight:bold;
		padding:0;
		margin:0 0 1px 0;
		text-decoration:none;
		cursor:pointer;
	}

	table.but1 button:hover {
		text-decoration:underline;
	}

ul.errorlist {
	color:#9c0501;
	padding:0;
	margin:0;
}

	ul.errorlist li {
		display:inline;
	} 

h3.errorlist {
	color:#9c0501;
	font-size:16px;
}

h1.errorlist {
	color:#9c0501;
	font-size:24px;
}

div.dialog_base {
/*	display:none;*/
	z-index:20000;
}

iframe {
	border:0;
	width:100%;
	height:100%;	
}
