* {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	text-decoration: none;
	font-family:Arial;
	font-size:11px;
	color:#999999;
}

html{
	height:100%;
}

body{
	height:100%;
} 

a.link{
	background:url('../images/layout/arrow.png') no-repeat center left;
	padding:0 0 0 10px;
	color:#30c3d3;
}

div.menuBack{
	display:none;
	visibility:hidden;
}

div.container{
	width:990px;
	background:url('../images/layout/background.png') no-repeat bottom left;
	height:100%;
	background-attachment:fixed;
}

div.logo{
	float:left;
	width:180px;
	height:115px;
}

div.menuCont{
	display:none;
	visibility:hidden;
}

div.breadCrumbs{
	display:none;
	visibility:hidden;
}

div.sideMenu{
	display:none;
	visibility:hidden;
}

div.content{
	background:url('../images/layout/content_back.png') repeat-y top left;
	float:left;
	margin-top:20px;
}

div.content p, div.content a.link{
	margin:0 15px 0 0 ;
}

div.content h1{
	padding:0 15 0 0;
}

div.content h2{
	color:#f47920;
}

div.head{
	display:none;
	visibility:hidden;
}

div.block{
	float:left;
	width:207px;
}

div.blockTop{
	float:left;
	width:207px;
	height:28px;
	z-index:1;
	text-align:center;
	background:url('../images/layout/block_top.png') no-repeat top left;
}

div.blockCenter{
	line-height:18px;
	padding:0 0 0 10px;
	background:url('../images/layout/block_back.png') repeat-y top left;
}

div.blockBot{
	width:207px;
	height:10px;
	background:url('../images/layout/block_bot.png') no-repeat;
}

div.zijItemCon{
	width:177px;
	float:left;
}

div.zijItem{
	width:147px;
	padding:15px;
	line-height:18px;
	background:url('../images/layout/sideItemBack.png') no-repeat;
	background-color:#e6f7f9;
	margin-top:20px;
}

div.zijItem h2{
	color:#f47920;
}

div.zijItemBot{
	width:177px;
	height:5px;
	background:url('../images/layout/sideItemBackBot.png') no-repeat;
}

div.objCont{
	width:610px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #cfcfcf;
}

div.objCont img{
	float:left;
	border:1px solid #cfcfcf;
	padding:5px;
	width:172px;
}

div.objContent{
	float:left;
	width:400px;
	margin-left:10px;
	line-height:18px;
}


div.links{
	width:610px;
	line-height:20px;
	border-top:1px solid #cfcfcf;
}

div.links a{
	color:#30c3d3;
}

.text {
	background-color: transparent;
	border: 1px solid #2dc5d6;
	color: #666666;
	height: 18px;
	font-size: 11px;
	padding: 2px 0 0 2px;
	margin:0px 2px 5px 2px;
	width:330px;
}

.failed {
	font-weight: bold;
}

input.check {
	vertical-align: middle;
}

select {
}

input.button {
	cursor:pointer;
	height: 23px;
	width: 90px;
	text-align: center;
	vertical-align:middle;
	color: #f47920;
	border:1px solid #2dc5d6;
	font-size:11px;
}

label {
	float: left;
	color: #f47920;
	font-size: 11px;
	vertical-align:top;
	margin:2px 0 0 0;
	height:100%;
	width:100px;
}

table.submitTable {
	width: 435px;
	}
