/*---------------------------------------------------------------------------------------------

*FileName:                       main.css
*Description:                    DSS1.1(Wizard) CSS
*Version:                        1.0.0(2010-07-19)YYYY-MM-DD
*Website:                        N/A
*Copyright:                      computing-age      
*Author:                         computing-age_green
*AuthorEmail:                    sales@computing-age.com

==STRUCTURE:==============================================================================
*Page width:                     All
*Number of columns:              1


/*__html
------------------------------------------------------------------------------------*/
html { 
min-width : 1000px; 
} 

/*__img
------------------------------------------------------------------------------------*/
img { 
border-width : 0; 
} 

/*__clear
------------------------------------------------------------------------------------*/
.clear { 
clear : both; 
height : 1px; 
overflow : hidden; 
margin-top : -1px; 
} 

/*__body
------------------------------------------------------------------------------------*/
body { 
font-family : "宋体", verdana, "細明體", "新細明體", "標楷體", 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif; 
font-size : 12px; 
color : #626262; 
line-height : 150%; 
margin : 0; 
background : url(../images/theme_nui/green/dss_bg.gif) center top repeat-x scroll #a5d477; 
} 

/*__all
------------------------------------------------------------------------------------*/
#all { 
width : 100%; 
margin-top : 0; 
margin-bottom : 0; 
margin-right : auto; 
margin-left : auto; 
text-align : center; 
} 

/*__version
------------------------------------------------------------------------------------*/
#version { 
float : right; 
width : 100%; 
padding : 8px 10px 0 0; 
text-align : right; 
} 
#version a { 
text-decoration : none; 
font-weight : normal; 
color : #575757; 
} 
#version a:hover { 
text-decoration : none; 
font-weight : normal; 
color : #f60; 
} 
#version a:active { 
text-decoration : none; 
font-weight : normal; 
color : #575757; 
}

/*__logo
------------------------------------------------------------------------------------*/ 
#logo { 
margin : 100px auto 0 auto; 
padding : 0; 
width : 177px; 
height : 185px; 
background : url(../images/theme_nui/s1_bg-trans.png) left top no-repeat; 
}

/*__copy
------------------------------------------------------------------------------------*/  
#copy { 
width : 376px; 
padding : 15px 0 0 0; 
margin : 0 auto 0 auto; 
background : url(../images/theme_nui/copy-trans.png) center center no-repeat; 
}
/*__login
------------------------------------------------------------------------------------*/   
#login { 
width : 500px; 
margin : 0 auto; 
padding : 20px 0 0 10px; 
text-align : center; 
}

/*__texts
------------------------------------------------------------------------------------*/    
.texts { 
font-size : 14px; 
font-family : "宋体", 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serifverdana, "細明體", "新細明體", "標楷體"; 
} 

/*__input
------------------------------------------------------------------------------------*/ 
input { 
width : 240px; 
height : 40px; 
border : 0 solid #aeaeae; 
background : url(../images/theme_nui/user_bg-trans.png) no-repeat; 
} 

/*__ipt
------------------------------------------------------------------------------------*/ 
.ipt { 
width : 240px; 
height : 40px; 
background : url(../images/theme_nui/user_bg2-trans.png) no-repeat; 
padding : 10px; 
} 

/*__ipt2
------------------------------------------------------------------------------------*/ 
.ipt2 { 
width : 240px; 
height : 40px; 
background : url(../images/theme_nui/user_bg-trans.png) no-repeat; 
padding : 10px; 
} 

/*__inclear
------------------------------------------------------------------------------------*/ 
.inclear { 
border : none; 
width : 42px; 
height : 42px; 
font-size : 14px; 
color : #fff; 
font-family : "宋体", 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serifverdana, "細明體", "新細明體", "標楷體"; 
background : url(../images/theme_nui/button_login-trans.png) no-repeat; 
} 

/*__reg
------------------------------------------------------------------------------------*/   
#reg { 
width : 630px; 
margin : 0 auto; 
padding : 20px 0 0 0; 
text-align : left; 
font-family : verdana;
font-size:12px; 
}

/*__lock
------------------------------------------------------------------------------------*/   
#lock {
width:128px;
height:128px;
margin : 80px 0 20px 0; 
background : url(../images/theme_nui/lock-trans.png) no-repeat; 
}


