/* CSS Document */

.numbers {
    border-style: none;
    background-color: #292929;
    padding: 0px;
	padding-top:10px;
    margin: 0px;
    width: 62px;
    height: 32px;
    text-align: center;
    font-family: Arial;
    font-size: 34px;
    font-weight: normal;    /* options are normal, bold, bolder, lighter */
    color: #FFFFFF;     /* change color using the hexadecimal color codes for HTML */
}

.title {    /* the styles below will affect the title under the numbers, i.e., "Days", "Hours", etc. */
    border: none;   
    padding: 0px;
    margin: 0px 3px;
    width: 62px;
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;    /* options are normal, bold, bolder, lighter */
    color: #999999;    /* change color using the hexadecimal color codes for HTML 
    background-color: #000000; */
}

#form {
	height: 80px;
	border-width: 0px;
	border-color: #666666;
	padding: 5px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	left: 0px;
	width: 340px;
}

.line {
    border-style: none;
    width: 62px;
    height: 2px;
    z-index: 15;

}
