.loginbox{
	
}

.row{
	margin-left:40px;
}

    .label {
        color: #666;
        font-size: 20px;
        font-weight: bold;
        line-height: 14px;
        float: left;		
        width: 100px;
		margin-top:30px;
    }

    .control {
        line-height: 14px;
        float: left;
        width: 400px;
    }

	.msg{
		float:left;
		width:100px;
	}
	
	.wrong,.correct{
		display:none;
        margin: 20px 0;
	}
	
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { border : none; } 
input[type="submit"]:focus, input[type="button"]:focus { outline : none; }

.inputtext{
        color: #888;
        border: 1px solid #ccc;
        font-family: Cantarell, Verdana, sans-serif;
        font-weight: bold;
        font-size: 15px;
        width: 300px;
        height: 35px;
        padding: 0 25px;
        margin: 20px 0;
        float: left;
        
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
	
.submitbutton{
	padding:5px;
	font-size:16px;
}
	
