@charset "utf-8";

/* form */  
button, fieldset, form, input, label, legend, select, textarea {  
font-family:inherit;  
font-size:100%;  
font-style:inherit;  
font-weight:inherit;  
margin:0;  
padding:0;  
vertical-align:baseline;  
}

#formList {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.cmxform {
	padding:0;
	width: 600px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 100px;
}
.cmxformL {
	padding:0;
	width: 290px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
.cmxformR {
	padding:0;
	width: 290px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: left;
	float: left;
}
.normalInput {
	padding: 2px;
	width: 200px;
}
.longInput {
	padding: 2px;
	width: 400px;
}
.shortInput {
	padding: 2px;
	width: 100px;
}
.submitInput {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
.submitDiv {
	text-align: center;
	width: 600px;
}
.submitDivL {
	text-align: right;
	width: 290px;
}
.submitDivR {
	text-align: left;
	width: 290px;
}
.mess {
	padding-left: 150px;
}
.cmxform fieldset {
	width:600px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: double;
	border-top-color: #33CCFF;
}
.cmxform legend {
	padding:1em 2px 0 2px;
	font-weight:bold;
	color: #0000CC;
}
.cmxform em {
    color:#f00;
    background-color:transparent;
}
.cmxform label {
    display:block;
    float:left;
    width:150px;
}
.cmxform .mess2 {
	display:block;
	float:left;
	width:430px;
}
.cmxform fieldset ol {
    margin:0;
    padding:0;
}
.cmxform fieldset li {
	list-style:none;
	clear:both;
	margin:0;
	padding:5px 5px 7px 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
	overflow: hidden;
}
.cmxform fieldset fieldset {
    border:none;
    background:none;
}
.cmxform fieldset fieldset legend {
    font-weight:normal;
    padding-left:0;
}
.cmxform fieldset fieldset label {
    float:none;
    width:auto;
}
.cmxform .sr {
    position:absolute;
    left:-9999px; top:0;
    width:1px; height:1px;
    overflow:hidden;
}
.error-message{
	 margin-top:5px;
	 margin-left: 150px;
	 color:red;
}
.message{
	 margin-top:5px;
	 margin-left: 150px;
}
