/* DATE AND TIME */

p.datetime {
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 11px;
    font-weight: bold;
}
	
.datetime span {
    font-size: 11px;
    color: #ccc;
    font-weight: normal;
    white-space: nowrap;
}

.errorlist {
    color: #FF0000;
    font-weight: bold;
}

.inline_list{
	margin:0;
	display:inline;
}

#questions {
    margin-left: 10%;
    margin-right: 50%;
}

#question {
    margin-top: 20px;
}

.fieldWrapper {
    margin-top: 20px;
}

#remarks {
    margin-top: 20px;
}

#help {
    font-style:italic;
    font-size: 12px;
}

#status {
    margin-bottom:10px;
    text-align: center;
}

#send {
    margin-top: 30px;
}
 	
table p.datetime {
    font-size: 10px;
    margin-left: 0;
    padding-left: 0;
}

