﻿.loginitem input {
    width: 260px;
    height: 40px;
    border: solid 1px #ccc;
}

.loginitem a {
    width: 353px;
    height: 40px;
    background-color:rgb(155, 18, 12);
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.loginitem {
    margin-top: 20px;
    margin-left: 20px;
}

#dloginbox {
    display: none;
}
#dquerybox {
    display: none;
}
#dpwdbox {
    display: none;
}

#enroll{
	margin:100px auto 0;
	text-align:center;
}
	
.enr-loginitem{ 
    margin-top: 20px;
    margin-left: 20px;
}
	
	
.enr-loginitem a{
	width: 353px;
    height: 40px;
    background-color: #257385;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
	
.enr-loginitem input{
	width: 260px;
    height: 40px;
    border: solid 1px #ccc;
}
