.forgot {
    width: 600px;
    margin: 0 auto;
}

.forgot .type-header {
	padding-top: 3px;
	padding-bottom: 3px;
}

.forgot .buttons {
	padding: 10px 20px 10px 0;
}
.forgot .buttons .gray_s, .gray_b  {
	float: right;
	margin-left: 5px;
}

.forgot .type-content {
    background: url('../images/dec/type-sep.gif') left bottom repeat-x;
}

.forgot .type-content h3 {
    text-align: center;
    padding: 30px 0;
    color: #29ABE2;
}

.forgot .type-content p,
.forgot .type-content form {
    text-align: center;
    line-height: 250%;
}


.forgot .type-content label {
    color: #28ABE3;
    padding-right: 10px;
    font-weight: bold;
}

.forgot .type-content input[type=text] {
    width: 250px;
}
