@CHARSET "ISO-8859-1";
@IMPORT url("common.css");
@IMPORT url("answers.css");

.info {
	background-color: #E1E4F2;
	float: right;
	width: 25%;
	padding: 10px;
}

.preview {
	background-color: #B1DFF2;
	/* width: 90%; */
	padding: 10px;
	margin-top: 15px;
}

.notice {
	color: #FF6600;
	font-weight: bold;
}

input.text, textarea, select{
    font-size:0.9em;
    line-height:1.3em;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    margin-right: 6px;
    padding: 3px;
    
}