﻿/*
 * comReg.asp的横幅样式
 */
/**
 * 整体样式
 */
lp\:wrap lp\:content lp\:regBanner 
{
	background: url(../image/regBanner2.gif) repeat-x left top;
	width: 100%;
	height: 1%;
	
}

/**
 * 左边的图片
 */
lp\:wrap lp\:content lp\:regBanner div.leftImage 
{
	float: left;
}

/**
 * 中间的文字或图片
 */
lp\:wrap lp\:content lp\:regBanner div.center 
{
	float: left;
}

/**
 * 中间的文字的标题1
 */
lp\:wrap lp\:content lp\:regBanner div.center h1
{
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: 华文新魏;
	color: #58A7D8;
}

/**
 * 中间的正文文字
 */
lp\:wrap lp\:content lp\:regBanner div.center p 
{
	color: #165074;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/**
 * 右边的图片
 */
lp\:wrap lp\:content lp\:regBanner div.rightImage
{
	float: right;
}

lp\:wrap lp\:content dl
{
	padding-bottom: 5px;
	clear: both;
	height: 1%;
	border-bottom: solid 1px #ff0000;
}
lp\:wrap lp\:content dl dt 
{
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: solid 1px #999999;
}

lp\:wrap lp\:content dl dd 
{
	color: #666666;
}

lp\:wrap lp\:content dl dd p
{
	margin: 5px 0 5px 0;
}

lp\:wrap lp\:content dl.dlForm
{
	border: none;
}

lp\:wrap lp\:content dl.dlForm dt 
{
	border: none;
	margin-left: 0;
}

lp\:wrap lp\:content dl.dlForm dd.left
{
	color: Black;
	float: left;
	width: 100px;
	clear: left;
	height: 1%;
	margin-left: 0;
}

lp\:wrap lp\:content dl.dlForm dd.right
{
	color: Black;
	float: left;
	width: auto;
	height: 1%;
	clear: right;
	text-align: left;
	margin-left: 0;
}
