/** FORMS *********************************/

.box form {
	width: 90%;
}
form .row {
	padding: 0.2em;
}
form .row textarea {
	width: 90%;
}
form .name {
	font-weight: bold;
}
.label {
	float: left;
	width: auto;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
}
form .error {
	color: #f00;
	font-weight: bold;
	font-size: 95%;
}
form .required {
	color: #f00;
	padding-left: 0.2em;
}
textarea.small {
	height: 5em;
}
textarea.medium {
	height: 10em;
}
textarea.large {
	height: 20em;
}
textarea.big {
    width: 700px;
	height: 20em;
}
input.small {
	width: 10em;
}
input.medium {
	width: 25em;
}
input.large {
	width: 30em;
}
input.big {
	width: 100%;
}
input.alone {
	margin: 0.5em;
}
/*	WIIIIIIIIDE ------------------------------------- */
form .wide {
	background: transparent;
	padding: 0;
}
form .wide .formelement {
	width: 100%;
	clear: both;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-size: 95%;
	background: transparent;
}
form .wide .formelement .name {
	text-align: left;
	font-weight: bold;
	float: left;
	width: 30%;
}
form .wide .formelement .larger-name {
	width: 50%;
}
form .wide .formelement .name br {
	display: none;
}
form .wide .formelement .value,
form .wide .formelement .submit,
form .wide .formelement .textareavalue {
	float: left;
	text-align: left;
	clear: none;
	margin-left: 1em;
}
form .wide .formelement .legend-name {
	text-align: left;
	font-weight: bold;
	float: left;
	width: 45%;
}
form .wide .formelement .submit-textarea {
    text-align: center;
    width: 90%;
}
form .wide .formelement .submit-textarea span {
    margin: 0.5em 10px 0px 0px;
    position: relative;
    top: 0px;
    left: 0px;
}
form .wide .formelement .textareavalue textarea {
	width: 95% ! important;
}
form .wide .formelement .value input {
	text-align: left;
}
form .wide .formelement .submit input {
	text-align: center;
	width: auto;
	/*background-color: #F3E298;
	border-right: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	border-top: 1px solid #9F9F9F;
	border-left: 1px solid #9F9F9F;
	color: #4e4e4e;
	font-weight: bold;
	font-size: 110%;*/
}
form .wide .formelement .value input.small {
	width: 2.9em;
}
form .wide .formelement .value select {
	vertical-align: middle;
}
form .wide select {
}
form .wide input {
	width: auto;
}
form .wide .formelement .filevalue {
	text-align: left;
	float: right;
	padding-left: 5%;
	width: 65%;
}
form .wide .formelement .filevalue input {
	width: 65%;
}
form .wide .error {
	color: #f00;
	font-weight: bold;
	font-size: 95%;
}
form .wide .hint {
	margin: 0 2em 0.4em 0;
	padding-bottom: 1em;
}

form .wide .formelement .full {
	text-align: left;
	font-weight: bold;
	float: left;
	width: 100%;
}

form .wide .formelement .full-submit {
	text-align: center;
	font-weight: bold;
	float: left;
	width: 40%;
}

/* ACTION BOX */

form .action .formelement {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	clear: left;
	width: 100%;
}
form .action .formelement .name {
	text-align: left;
	font-weight: bold;
	float: left;
	width: 20%;
}
form .action .formelement .name br {
	display: none;
}
form .action .formelement .value {
	text-align: left;
	float: left;
	margin-left: 1em;
}
form .action .formelement .value input {
	text-align: left;
}
form .action select {
}
form .action input {
}
form .action .formelement .filevalue {
	text-align: left;
	float: right;
	width: 65%;
}
form .action .formelement .filevalue input {
}
form .action .error {
	color: #f00;
	font-weight: bold;
	font-size: 95%;
}
form .action label.floated-checkbox-list {
    float: left;
    /*width: 1%;*/
    padding: 0.5em 1em 0.5em 1em;
}
form .action .formelement .submit-textarea {
    text-align: center;
    width: 90%;
    display: block;
}

/*	'new post' form ------------------------------------- */

form .newpost .formelement {
	width: 100%;
	clear: both;
	padding-top: 0.4em;
	padding-bottom: 0.8em;
	font-size: 95%;
	background: transparent;
}
form .newpost .formelement .name {
	text-align: left;
	font-weight: bold;
	float: left;
	width: 25%;
}
form .newpost .formelement .name br {
	display: none;
}
form .newpost .formelement .value {
	text-align: left;
	float: left;
	width: auto ! important;
}
form .newpost textarea.newposteditor {
	width: 99%;
	height: 35em;
	float: right;
}
form .newpost textarea.newpostsummary {
	width: 99%;
	height: 15em;
	float: right;
}
form .newpost .editorcontainer {
    width: 95%;
    float: left;
}
form .newpost .commentcontainer {
    width: auto;
    float: left;
}

form .newpost .formelement .filevalue {
	text-align: left;
	float: right;
	padding-left: 5%;
	width: 65%;
}
form .newpost .formelement .filevalue input {
	width: 65%;
}
form .newpost .error {
	color: #f00;
	font-weight: bold;
	font-size: 95%;
}
form .newpost .hint {
	margin: 0 2em 0.4em 0.5em;
}

form table.design {
    font-family: inherit;
	font-size: 100%;
	border-collapse: collapse;
	text-align: left;
}

form table.design td {
	text-align: left;
	padding-left: 3px;
	padding-right: 7px;
}

form table.design img {
    display: block;
	text-align: left;
}

form table.design input {
    display: block;
	text-align: left;
	margin-left: 40px;
}

form table.design input[type="file"] {
    margin-left: 0px;
}

form table.design input {
    margin-left: expression(this.type=="file"?'0px':'');
}

.validation-failure {
    background-color: #ffc4c4;
    border: 1px solid #f00;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: bold;
    text-align: center;
}
.validation-success {
    background-color: #d0f9b5;
    border: 1px solid #5dcb34;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: bold;
    text-align: center;
}