/* vim:set ts=4 sts=4 sw=4 bs=2 ai si noet nu ff=dos ft=css: */
/* $Id$ */
/* Last Change: 19-February-2015 19:21:49. */

#SMIL_INFO {
}

#SMIL_INFO #SMIL_MSG {
	margin-bottom: 20px;
}

	#SMIL_INFO #SMIL_MSG h3 {
		margin-bottom: 12px;
	}

#SMIL_INFO #SMIL_ERR {
	padding: 16px;
	background-color: bisque;
	margin-bottom: 12px;
}

	#SMIL_INFO #SMIL_ERR h3 {
		margin-bottom: 20px;
	}

	#SMIL_INFO #SMIL_ERR dt {
		margin-bottom: 6px;
		font-weight: bold;
	}

	#SMIL_INFO #SMIL_ERR dd {
		color: red;
	}

#inquiry span.req {
	display: block;
	font-size: 0.8em;
	color: rgb(253, 109, 61);
	font-weight: normal;
}

#inquiry span.description {
	display: block;
	font-size: 0.8em;
	color: gray;
	font-weight: normal;
}

#inquiry th {
	width: 25%;
	padding: 18px !important;
}

#inquiry td {
	width: 75%;
	padding: 18px !important;
}

#inquiry input.basic,
#inquiry textarea.basic {
	border:0;
	padding:10px;
	font-size:1.2em;
	font-family:Arial, sans-serif;
	/* color:#aaa; */
	border:solid 1px #ccc;
	/* margin:0 0 20px; */
	/* width:300px; */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

#inquiry #note {
	width: 100%;
	height: 10em;
}

#inquiry #company {
	width: 100%;
}

#inquiry #name {
	width: 60%;
}

#inquiry #email {
	width: 100%;
}

#inquiry #address {
	width: 100%;
	height: 3em;
}

#inquiry #tel {
	width: 60%;
}

#inquiry #fax {
	width: 60%;
}




