html, body {
	height: 100%; /* needed for container min-height */
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

div.cerceve {
	position: relative; /* needed for footer positioning*/
	margin: 0px auto; /* center, not in IE5 */
	width: 1000px;
	border: 1px solid #ccc;
	border-top: 0px;
	border-bottom: 0px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div.hedaer {
	border-bottom: 1px solid #ccc;
	height: 338px;
}

div.content {
	padding: 25px;
}
	div.content h1 {
		font-size: 14px;
		font-weight: bold;
		color: #9F2C33;
		border-bottom: 2px solid #9F2C33;
		margin-bottom: 5px;
	}
	div.content p {
		text-align: justify;
		margin-bottom: 10px;
	}
		div.content p a {
			text-decoration: none;
			color: #D2101B;
		}
	div.content h2 {
		font-size: 12px;
		font-weight: bold;
		color: #000;
		margin-bottom: 5px;
	}
	div.content ul {
		list-style: square inside url("img/kalp.jpg");
	}
	div.content ul li {
		list-style: square inside url("img/kalp.jpg");
		background-color: #f6f6f6;
		margin-left: 25px;
		margin-bottom: 2px;
		padding-bottom: 2px;
	}

img.imgright {
	float: right;
	margin-left: 5px;
}

div.footer {
	text-align: center;
	position: absolute;
	border-top: 1px solid #ccc;
	background-color: #f8f8f8;
	width: 100%;
	bottom: 0px; /* stick to bottom */
	margin: 0px auto; /* center, not in IE5 */
	padding-top: 2px;
	padding-bottom: 2px;
}

div.footer a {
	text-decoration: none;
	color: #000;
}

table.tablex {
	width: 100%;
}
table.tablex tr th,
table.tablex tr td {
	padding: 3px;
}
table.tablex tr th {
	font-weight: bold;
	text-align: center;
	background-color: #ED3341;
	border: 1px solid #000;
	color: #fff;
}
table.tablex tr td {
	background-color: #f3f3f3;
	border: 1px solid #000;
}
table.tablex tr th.row {
	text-align: right;
	background-color: #f3f3f3;
	color: #000;
}
table.tablex tr td input,
table.tablex tr td textarea {
	border: 1px solid #ccc;
	padding: 1px;
	width: 600px;
}
table.tablex tr td textarea {
	height: 100px;
}
span.warning {
	background-image: url(img/quote_open.png);
	background-repeat: no-repeat;
	color: #ff6000;
	padding: 3px;
	padding-left: 19px;
	padding-top: 0px;
	padding-right: 0px;
	font-weight: bold;
}
span.warning_close {
	display: relative;
	padding-right: 18px;
	background-image: url(img/quote_close.png);
	background-repeat: no-repeat;
}
table.tablex tr * span.warning {
	background-image: none;
	background-color: #000;
	color: #fff;
	padding: 1px;
}