body {
	height:101%;
	margin:2px;
	margin-left:10px;
	font-family:verdana;

}


.head {
	height:95px;
	width:950px;
}

.headLeft {
	float:left;
	height:70px;
	width:300px;
	background-image:url(img/free-imagecode-logo.png);
	background-repeat: no-repeat;
}
.userbox {
	font-size:9px;
}

.userbox input {
	border: 1px solid #000000;
	font-size: 11px;
	margin-bottom: 1px;
}

.userbox input:focus {
	border: 1px solid #333;
	margin-bottom: 1px;
}

.userbox input submit {
	border: 3px solid #333;
	margin-bottom: 1px;
}


.generalForm input {
	border: 1px solid #000000;
	font-size: 11px;
	margin-bottom: 1px;
}



.headRight {
	text-align:right;
	float:left;
	height:70px;
	width:650px;
}

.headLink {
	margin-left:20px;
	height:25px;
	width:1000px;
}


a.head {
	margin-top:4px;
	margin-left:3px;
	width:150px;
	height:20px;
	text-align:center;
	float: left;

	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 1px solid #666666;

	font-size:15px;

	text-decoration:none;
}

a.head:link {
	color:#000000;
}
a.head:visited {
	color:#000000;
}

a.head:hover {
	background-color:#FFE680;
	color:#000000;
}
a.head:active {
	color:#000000;
}


a.headSelected {
	margin-top:4px;
	margin-left:3px;
	width:150px;
	height:20px;
	text-align:center;
	float: left;

	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 1px solid #666666;
	background-color:#FFCC00;

	font-size:15px;
	font-weight:bold;

	text-decoration:none;
}

a.headSelected:link {
	color:#000000;
}
a.headSelected:visited {
	color:#000000;
}

a.headSelected:hover {
	background-color:#FFE693;
	color:#000000;
}
a.headSelected:active {
	color:#000000;
}


a{
	font-size:11px;
	text-decoration:underline;
}

a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}

a:hover {
	color:#666666;
}
a:active {
	color:#000000;
}

.middle{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;

	width:960px;
	background-color:#FFFFCC;
}

.middleInner {
	font-family:verdana;
	font-size:12px;
	margin:20px;
}


.foot {
	text-align:right;
	font-size:10px;
	height:20px;
	width:940px;
	background-color:#ffffff;
}

.box {
	margin-bottom:3px;
}

.boxHeader {
	text-align:center;
	font-size:12px;
	height:20px;
	background-color:#FFE680;
	border: 1px solid #666666;
}

.boxText {
	text-align:left;
	font-size:11px;
	background-color:#ffffff;
	width:100%;

	border-top: 0px dotted #666666;
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	border-left: 1px dotted #666666;	
}

.boxText input {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;	
	margin-bottom: 1px;
}
.boxText input:focus {
	background-color: #eeeeff;
}



fieldset {
border: 1px;
margin:0;
padding:0;
}

.boxText label {
font-weight: normal;
width: 120px;
padding: 3px 0 3px 0;
color: #000000;
text-align: left;
float: left;
display: block;
}



input.fieldText, textarea, select {
width: 68%;
font-family: tahoma, vardana, arial, 'sans serif';
font-size: 11px;
margin: 0 0 10px 0;
padding: 3px;
border: 1px solid #999;
float:left;
}

h1 {
	font-size:12px;
	margin:0px;
}

img.ic {
	border:1px solid #000000;
}

.advertiseLayer {
    border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;

	background-color:#657BB6;

	height:400px;
	width:900px;
	position:absolute;
	margin-top:8px;
	margin-left:8px;
}

.advertiseLayerText {
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
