
#main {
 padding: 0;
}

.form {
 width: auto;
 margin: auto;
}

p {
 width: 90%;
 margin: .5em auto auto auto;
 text-indent: 0;
}

label {
 text-align: left;
 clear: both;
 font-size: .9em;
 display: block;
 padding-right: .5em;
 margin: auto;
}

input,textarea {
 width: 98%;
 ,argin: auto;
 background: #eef;
 padding-left: .5em;
 border: 1px inset #600;
}

textarea {
 padding-top: .3em;
 padding-right: .5em;
/* background: #eef url(images/cfaj-e100t.gif) bottom right no-repeat; */
}

input.button {
 padding: 0;
 width: auto;
 margin-left: 0;
 text-align: left;
 background: #ddd;
}

input.button:hover {
 border: 1px outset #600;
}

input#pubno,input#pubyes,input#pub {
 width: 1em;
 height: 1em;
}

label#qpub {
 display: inline;
}
