#header{
    padding:5px;
    border-bottom:1px solid #dddddd;
}

#header .logo{
	
}

#footer{

}
#footer p{
	margin-top:10px;
	line-height:150%;
	text-align:center;
}

.editForm {
    padding:10px;
}
.editForm .formTitle h1{
    font-size:16px;
    text-align:center;
    line-height:40px;
    /*border-bottom:1px solid #dddddd;*/
}
.controlGroup {
    position:relative;
    padding-top:6px;
    padding-bottom:6px;
    border-bottom:1px solid #dddddd;
    overflow:hidden;
}
.controlGroup .title {
    float:left;
    width:100px;
    height:100%;
    border:0px solid blue;
    text-align:left;
    line-height:22px;
    padding-left:10px;
    box-sizing:border-box;    
}
.controlGroup .inputControl{
    padding-left:100px;
    padding-right:10px;
    height:100%;
    border:0px solid green;
    line-height:22px;
    text-align:left;
    box-sizing:border-box;    
}
.controlGroup .fill{
    padding-left:10px;    
}
.controlGroup .input {
    box-sizing:border-box;    
    width:100%;    
    height:30px;
    padding-left:3px;
    padding-right:3px;
}
.controlGroup .input_disabled {
    background-color:#aaaaaa;
}
.controlGroup .input_bg {
    box-sizing:border-box;    
    width:100%;    
    height:40px;
    line-height:40px;
    padding-left:3px;
    padding-right:3px;
    font-size:16px;
}
.controlGroup select {
    box-sizing:border-box;    
    width:100%;
    height:32px;    
}
.controlGroup .note {
    display:block;
    line-height:25px;        
}

.textArea {
    color:#aaaaaa;
    line-height:25px;
    font-size:14px;
}

.submitBar .btn{
    flex:1;
    width:100%;
    text-align:center;
    margin-right:1px;
}
.submitBar .btn:last-child{    
    margin-right:0px;
}

.agreement{
    padding-top:10px;
    padding-bottom:10px;
   
}
.agreement input{
    width:20px;
    height:20px;  
    vertical-align:middle; 
    line-height:30px;
}
.agreement a{
    color:#0ae;
}
.agreement a:link,.agreement a:visited{
    color:#0ae;
}

.btn{
    background-color:#0ae;
    color:#ffffff;
    font-size:14px;
    height:30px;
    outline:none;
}
.btn:disabled,.btn[disabled],.btn.disabled{
    background-color:#bbbbbb;    
}

.disabled {
    background-color:#bbbbbb;
}