body {
	background-color: #f6f6f6;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.container {
	position: relative;
	left: 50px;
	top: 0px;
}

.logo {
    margin-left: 12px;
    margin-top: 12px;
    cursor: pointer;
}

.webmail {
	height: 25px !important;
    padding: 3px 10px 4px 5px;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    background: url(images/listheader.gif?v=ab42.314) top left repeat-x #f0f0f0 #ccc;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #666;
    color: #333;
    background-color: #FFF;
    padding: 1px 3px;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #666;
    color: #333;
    background-color: #FFF;
    padding: 1px 3px;
}

input[type="email"] {
    width: 200px;
    border: 1px solid #666;
    color: #333;
    background-color: #FFF;
    padding: 1px 3px;
}

.submit {
	text-align: center;
}

input .button {
	height: 20px;
    color: #333;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    background: url(images/buttons/bg.gif?v=0200.203) repeat-x #f0f0f0;
    border: 1px solid #a4a4a4;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}

input[type="submit"] {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 4px 3px;
    margin-top: 12px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    width: 60px;
    font-weight: bold;
    font-family: 400 13.3333px Arial;
}

td {
	height: 12px;
    text-align: right;
}

.wrap {
	width: 400px;
	background: red;
	margin: auto;
 	background-color: #f2f2f2;
	position: relative;
	top: 50px;
	left: 50px;
	border: 1px solid #a4a4a4;
	padding-bottom: 12px;
}

table {
	border-collapse: separate;
    border-spacing: 2px;
}

.lip {
	margin: auto;
	width: 20%;
	position: relative;
	top: 120px;
	left: 50px;
	font-size: 85%;
    text-align: center;
    color: #666;
}