﻿

#div1o
{
	width :350px;
	height :350px;
    background-color :#C2CDCE;
    text-align :center ;
}
.div2
{
	width :340px;
	height :30px;
	text-align :left ;
	border-bottom-style :dashed ;
	border-bottom-width :1px;
	margin-top :10px;
	
}
.div21
{
	width :100px;
	height :100%;
	text-align :left ;
	float :left ; 
}
.div22
{
	width :200px;
	height :100%;
	text-align :center ;
	float :left ;
}
.div3
{
	width :100px;
	height :25px;
	text-align :left ;
}


/*UserEdit页面*/

.memberMain
{
    background-color :#ECF3FB;
    height :500px;
}
#left
{
	width :30%;
	height :100%;
    float :left ;
    clear :left ;
    text-align :center ;
    margin :80px 0px 0px 20px;
}
#right
{
	width :70%;
	height :100%;
    float :right ;
    clear :right ;
    margin :100px 0px 0px 30px;
}
.right1
{
	width :90%;
	height :100%;
	float :left;
	text-align :left ;
}
.left1
{
	width :90%;
	height :30px;
	text-align :center;
	
}
#righthead
{
	width :765px;
	height :124px;
	background :url(../../images/useredit/UserEdithead.gif) #FFF no-repeat left top;
	margin :10px 0px 0px 0px ;
}
