
/* CSS Document */
BODY {
	font-size: 10px;
	color: #CCCCCC;
	background-color: #3366CC;
}
 input.c4 {width:200;}
 div.c3 {text-align: right}
 input.c2 {width:150;}
 div.c1 {text-align: center}
 span.red {color:#F00}

p {
    margin: 0 auto 1em 0;
    padding: 0 20px;
    font-size: 110%;
    line-height: 1.4;
}

.instruct {
	width: 460px;
}

.beensent {
    font-size: 130%;
    color: #33CCFF;
    font-weight: bold;
	letter-spacing: 1px;
}

.warningA {
    font-size: 130%;
    color: #33CCFF;
    font-weight: bold;
	letter-spacing: 1px;
}

.warning {
    font-weight: bold;
    color: #33CCFF;
}

#footer {
    margin-left: 40px;
    font-size: 85%;
    clear: both;
}

