body {
    background-color: #fff;
    font: 13px/20px normal Helvetica, Arial, sans-serif;
    color: #000;
    position: relative;
    margin: 0;
    padding: 0;
}
#body{
    margin: 0 15px 0 15px;
}
p.footer{
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    line-height: 32px;
    padding: 0 10px 0 10px;
    margin: 20px 0 0 0;
}
p.label{
    margin: 15px 0 5px;
    font-weight: bold;
}
hr{
    margin: 10px 0;
    color: #000;
    height: 1px;
}
#container{
    width: 1000px;
    margin: 0 auto;
}
#container .header{
    height: 115px;
    width: 1000px;
    margin-bottom: 10px;
    padding-bottom: 200px;
}
#container .header a{
    text-decoration: none;
}
#container .header .logo{
    background: url("images/logo.png") no-repeat center left;
    height: 105px;
    width: 632px;
    padding-top: 10px;
}
#container .header .logo .slogan{
    margin-left: 430px;
    padding-top: 9px;
}
#container .header .title{
    float: left;
}
.setting{
    margin-left: 10px;
    width: 240px;
    float: left;
    border-right: solid black 4px;
    position: relative;
    height: 600px;
}
.leaf{
    border: 1px solid #D0D0D0;
    width: 700px;
    height: 1000px;
    position: relative;
}
.leaf.albom {
	margin-top: -99px;
	margin-left: -150px;
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}
#submit-mail{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    background-color: #77a22f;
    border: solid 1px #638527;   
    width: 144px;
    height: 45px;
    margin: 5px;
    cursor: pointer;
    font-weight: 100;
    font-size: 16px;
    color: #fff;
    line-height:16px;
    vertical-align:middle;
}
#submit-mail:hover{
    background-color: #6c912a;
    border: solid 1px #638527;
}



.exergue{
    color: #499A57;
    font-weight: bold;
    font-size: 14px;
}
.explanation{
    font-weight: bold;
}

.count_info{
    font-weight: bold;
    font-size: 18px;
}
.cell-image{
    text-align: center;
    position: absolute;
}

cell-image img{
    z-index: 1;
}
.action{
    margin: 10px 0 0 280px;
    position: relative;
    width: 841px;
}
.action p{
    margin: 9px 0;
}
.modal-edit{
    /* position: absolute;*/
    position: fixed;
    top: 0;
    bottom: 0;
    background: gray;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    z-index: 3;
}
.edit_img{
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 4;
}
.preview{
    position: absolute;
    top: 10%;
    left: 50%;
    z-index: 4;  
    text-align: right;
}

#colorSelector {
    background: url("script/colorpicker/images/select.png") repeat scroll 0 0 transparent;
    height: 36px;
    position: relative;
    width: 36px;
}
#colorSelector div {
    background: url("script/colorpicker/images/select.png") repeat scroll center center transparent;
    height: 30px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 30px;
}
#colors{
    display: none;
}
.slogan {
    color: #213F99;
    font-size: 20px;
    line-height: 35px;
    width: 575px;
}
.formTabl{
    display:table;
    width:500px;
}
.formTable div div {
    padding: 4px;
    vertical-align: top;
    line-height: 1.3;
}
.form-container{
    font-family: Helvetica, Arial, sans-serif;
    font-size:12px;
    width:490px;
    float:left;
    padding-right: 15px;
}
.form-container-left{
    font-size:13px;
    padding-left: 15px;
    width: 460px;
}
.formTable input{
    width: 240px;
}
.massage{
    font-family: Helvetica, Arial, sans-serif;
    font-size:16px;
    width:1000px;
    text-align: center;
    padding-top: 100px;
}
#close_previw{
    cursor: pointer;
    margin-right: -22px;
}
.preview_img{
    margin-top: -13px;
}
.buttons{
    left: 29px;
    position: absolute;
    top: 295px;
    width: 190px;
    z-index: 3;
}
.tomove{
    border: solid 2px #422929;
    margin: -2px;
}
.tomove div{
    position: absolute;
    z-index: 2;
    background: url("images/icon/tomove.png") no-repeat center center transparent;
}
.wrap{
    position: relative;
    margin: 10px 0 0 280px;
    width: 700px;
}
.wrap .margin{
    position: absolute;
    background-color: white;
    opacity: 0.5;
}
.wrap .top{
    border-bottom: #000 2px dashed;
    top: 0;
}
.wrap .bottom{
    bottom: 0px;    
    border-top: #000 2px dashed;
}
.wrap .left{
    left: 0;
    border-right: #000 2px dashed;
}
.wrap .right{
    right: 0;
    border-left: #000 2px dashed;
}
.wrap .topleft, .topright {
    top: 0px;
}

.wrap .bottomleft, .bottomright{
    bottom: 0px;
}

.modal{
    z-index: 105;
    min-height: 35px; 
}