/* @group 内部で使用する編集画面 */

#editform fieldset.yellow {
	float: left;
	clear: both;
	width: 100%;
	border-style: solid;
	position: relative;
	border-top: 1px solid #BFBAB0;
	background: rgba(251,255,29,0.1);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 0 0.3em;
	padding: 0;
}

#editform fieldset.green {
	float: left;
	clear: both;
	width: 100%;
	border-style: solid;
	position: relative;
	border-top: 1px solid #BFBAB0;
	background: rgba(32,254,13,0.1);
	margin: 0 0 0.3em;
	padding: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#editform fieldset.blue {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -1em 0;
	border-style: solid;
	position: relative;
	border-top: 1px solid #BFBAB0;
	background: rgba(50,0,253,0.1);
	margin: 0 0 0.3em;
	padding: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#editform fieldset.red {
	float: left;
	clear: both;
	width: 100%;
	border-style: solid;
	position: relative;
	border-top: 1px solid #BFBAB0;
	background: rgba(249,11,22,0.1);
	margin: 0 0 0.3em;
	padding: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#editform legend {   
	padding: 0;      
	color: #515151;
	font-variant: small-caps;
	text-decoration: underline;
}

#editform legend span {
	position: absolute;
	left: 0.5em;
	top: 0;
	margin-top: 0.25em;
	font-size: 135%;
}

#editform fieldset ol {   
	padding: 3.5em 1em 0 1em;  
	list-style: none;
}

#editform fieldset li {
	sizefloat: left;
	clear: left;
	width: 100%;
	padding-bottom: 0.5em;
}

#editform label {
	xwidth: 10em;
	xmargin-right: 1em;
}

#editform .editLabel {
	float: left;
	text-align: left;
	position: relative;
	width: 10em;
	margin-right: 1em;
	margin-top: .5em;
}

#editform .editGroupLabel {
	float: left;
	text-align: left;
	position: relative;
	width: 10em;
	margin-right: 1em;
	margin-top: 1em;
}

#editform fieldset fieldset .editLabel {       
	float: none;
	width: auto;
	margin-right: auto;
	display: inline;
}

#editform label em {        
	display: block;
	color: #060;
	font-size: 85%; 
	font-style: normal;
	text-transform: uppercase; 
}

#buttonlist {
	border-style: dashed;
	border-color: gray;
	margin-bottom: -10px;
	width: 90%;
	margin-left: 40px;
	margin-top: 10px;
}

#editform fieldset fieldset {
	border-style: none; 
	background-color: transparent;   
	background-image: none;
	padding-bottom: .15em;
	margin-bottom: .25em;
	padding-left: .5em;
	margin-top: -.5em;
}      

#editform fieldset fieldset legend em {        
	display: block;
	color: #060;
	font-size: 85%; 
	font-style: normal;
	text-transform: uppercase; 
}

#editform fieldset fieldset ol {       
	position: relative;
	padding: 0;
	margin-top: -0.5em;
	margin-left: -0.5em;
}

#editform label.validationerror {
	color: red;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	border: 1px dashed #FBC2C4;
	background-color: #FBE3E4;
	position: relative; 
	left: 16em;
	width: 25em;
	margin-bottom: .4em;
	padding: .2em .4em;
	display: block;
	float: left;
	text-align: center;
	top: 0;
}

/* @end */

/* @group Survey */

#surveyData tbody tr th {
	background-color: rgba(203,203,203,0.5);
	width: 20px;
	text-align: center;
}

#surveyData tbody tr td {
	background-color: white;
	width: 10%;
	text-align: right;
	padding-right: 8px;
}

#surveyData tbody tr {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/* @end */

/* @group ToMany */

.toMany {
	padding-top: 0;
	padding-left: 25px;
	padding-right: 25px;
}

.toMany h3 {
	font-size: 16px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 3px;
	padding-top: 3px;
}

.toMany table.even {
	background-color: rgba(182,210,233,0.9);
}

.toMany table.odd {
	background-color: rgba(182,210,233,0.5);
}

.toMany label {
	font-size: 12px;
	font-variant: small-caps;
	padding: 3px;
	margin-left: 15px;
	width: 150px;
}

.toMany input {
	font-size: 12px;
	font-variant: normal;
	padding: 1px;
	margin: 0;
}

/* @end */
