﻿body
{
	font-size:12px;
	font-family:微软雅黑, 宋体;
}
.left
{
    float:left;	
    width:48%;
}
.right
{
    float:left;
    width:48%;
    margin-left:20px;
}
.title
{
    border-bottom:solid 1px #ccc;	
}
.photocontainer
{
	margin-top:10px;
	background:url("images/bg_120.gif") no-repeat left top;   
	padding:7px 12px 12px 7px;                                        
}  
.uploadtooltip
{
	margin-top:10px;
	color: #555;	
	line-height:150%;
}
.uploaddiv
{
	margin-top:10px;
}
input
{
	padding:3px;  
}
#Step2Container
{
/*display:none;	*/
}
#Canvas
{
    position: relative;
    width:284px;
    height:266px;
    border:2px solid #888888;
    overflow:hidden;	          
    cursor:pointer;	
}
.smallbig
{
    cursor:pointer;	
}
 #bar
{
	 width: 211px;
     height: 18px;
     background-image: url("images/track.gif");
     background-repeat: no-repeat;
     position: relative;
 }
.child
{
    width: 11px;
    height: 16px;
    background-image: url("images/grip.gif");
    background-repeat: no-repeat;
    left: 0;top:2px;
    position: absolute;
    left:100px;
}
.imagePhoto
{
	border-width:0px;
	position:relative;
}
#IconContainer
{
	position:relative;    
	left:0px;
	top:-120px;    
	      	          	
}  
#IconContainer img
{
	FILTER:alpha(opacity=60);
	opacity:0.6;    
	background-color:#ccc;	   
}
#ImageDragContainer 
{
	border: 1px solid #ccc;
    width: 120px;
    height: 120px;
    cursor: pointer;
    position: relative;
    top: 73px; 
    left: 82px	;
    overflow: hidden;
    z-index:1;
}   