#loginbox {
	width:                              100%;
	float:                              left;
	height:                             80%;
	
}

#logindialog {
	width:                              30%;
	height:                             40%;
	margin-left:                        35%;
	margin-top:                         20%;
	background-color:                   #FFFFFF;
	
	border-radius:                      20px;
    -moz-border-radius:                 20px;
    -webkit-border-radius:              20px;  
    
    box-shadow:                         3px 3px 3px #888888;
    -moz-box-shadow:                    3px 3px 3px #888888;
    -webkit-box-shadow:                 3px 3px 3px #888888;
}

#loginheader {
	width:                              100%;
	height:                             20%;
	float:                              left;
		
	border-radius:                      10px;
    -moz-border-radius:                 10px;
    -webkit-border-radius:              10px;  
}

#loginmessage {
	width: 								100%;
	height: 							10%;
	float: 								left;
	color: 								#FF0000;
	font-size: 							12px;
	text-align: 						center;
}

.ldheader{
    text-align:                         center;
    font-size:                          20px;
    font-weight:                        600;
    color:                              #FFFFFF;
    height:                             10%;
    line-height:                        2;
    
    -webkit-border-top-left-radius:     20px;
    -moz-border-radius-topleft:         20px;
    border-top-left-radius:             20px;
    
    -webkit-border-top-right-radius:    20px;
    -moz-border-radius-topright:        20px;
    border-top-right-radius:            20px;
}

.loginbuttonbox{
    width:                              40%;
    margin:                             auto;
    margin-top:                         10px;    
}

.loginbuttonbox button{
    width:                              155px;
}

.loginerror {
	
}

.logininput {
    width:                              100%;
    float:                              left;   
}

.loginline {
	width:                              40%;
    height:                             10%;
    margin:                             auto;
    margin-top:                         10px;
    
}

.logininput input {
	width:                              150px;
	
}

.loginlabel {
	font-size:                          14px;
	font-weight:                        400;
}
