#left2 {
	position: relative;
	width: 700px;
	float: left;
}
#right2 {
	position: relative;
	width: 180px;
	float: right;
}
#menu-title {
	position:relative;
	width:180px;
	border: 1px solid #CCC;
}

#menu {
	position:relative;
	width:180px;
	color: #666;
	text-align: center;
	font-size: 12px;
	border: 1px solid #CCC;
}
#vlogin-title {
	position:relative;
	width:180px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
#vlogin {
	position:relative;
	width:180px;
	height:200px;
	text-align: center;
	border: 1px solid #CCC;
	background-image: url(images/vloginbg.png);
}
#vlogin form {
	top: 10px;
	position: relative;
	width: 100%;
}
h1 {
	color: #FF1E88;
	font-size: 1.5em;
}
h2 {
	color: #666;
	font-size: 1.2em;
}
p {
	text-indent: 1em;
	line-height: 1.5em;
	color: #666;
	font-size: 0.9em;
}
#one {
	border: 1px solid #CCC;
	width: 700px;
}
#two {
	width: 700px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


#inform-title {
	border: 1px solid #CCC;
	margin-top: 20px;
	width: 700px;
}

#inform {
	background-image: url(images/inform.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 20px;
	border: 1px solid #CCC;
	width: 660px;


}
h4 {
	color: #666;
	font-size: 0.8em;
}
