body{
    background:url(../images/bg.png) repeat;
    color: #3A3A3A;
    font-size: 100%;
}

input[type=password]:focus, input[type=email]:focus {
  background-color: lightyellow;
}

    input[type="email"],input[type="password"]{
        padding: 10px;
        border: 1px solid #CCCCCC;
        border-radius: 5px;
        width: 50%;
		font-size:130%;
    }
    .LogDivFooter{
        width: 100%;text-align: left;margin-top: 30px;
        font-size: 100%;
        color: #CCCCCC;
    }
	#TopLog{
		width: 100%;float: left;height: auto;background-color: #007BFF;padding: 10px;
	}

	#TopLog img{
		margin-left:20px;
	}
    #MidRow{
        height: 10px;
        background-color: black;
        border-bottom:2px solid #000000;
    }