hr
{
    border-top              : none;
    border-left             : none;
    border-right            : none;
    border-bottom           : 1px solid #918d82;
}

input, textarea
{
    border                  : 1px solid #918d82;
    position                : relative;

    left                    : 10px;

    color                   : black;
    background-color        : white;
}

ul
{
    margin					: 0;
	padding					: 0;
	
	list-style				: none;
}

li
{
	margin					: 0 0 0 30px;
	padding					: 0;
}