/* CSS Document */

#pageHeader{
	background-image:url("../images/bg_header_v2.jpg");
}

@media screen and (min-width:768px){
	form{
		margin-bottom: 0;
	}
    .loginBox{
        border:1px solid #ccc;
        border-radius: 8px;
        width:640px;
        margin:auto;
        padding: 1em;
		text-align: center;
    }
	.loginBox p{
		margin-bottom: 0;
		padding-bottom: 0;
	}
    .text{
        text-align: center;
    }

}

@media screen and (max-width:767px){

    .loginBox{
        width: 100%;
    }
    .loginBox input{
        width: 100%;
        margin-bottom: 5px;
    }
    .cuid{
        display: block;
    }
    .pswd{
        padding-left: 0;
        display: block;
    }
    .loginBox .text{
        text-align: left;
    }

}