/************************************************************************/
/* AChecker                                                             */
/************************************************************************/
/* Copyright (c) 2008 - 2018                                            */
/* Inclusive Design Institute                                           */
/*                                                                      */
/* This program is free software. You can redistribute it and/or        */
/* modify it under the terms of the GNU General Public License          */
/* as published by the Free Software Foundation.                        */
/************************************************************************/
/* $Id$ */

div.center-input-form {
	width: 95%; 
	/* border: thin #CCCCCC solid; */
	margin: 1em;
	line-height:inherit;
	/* background-color: #F8F8F8; */
	padding:1em;
}

div.center-input-form div.row {
	background-color: #F8F8F8;
}

div.center-input-form p.submit_button
{
	text-align: center;
}

div.left-col {
	width: 65%; 
	float: left; 
	clear:left;
	min-width:550px;
	margin-left:auto;
	margin-right:auto;

}

div.right-col {
	width: 25%; 
	float:right;
	clear:right;
	margin-right:3em;
	margin-top:-.8em;
	min-width:255px;

}

div.input-form {
	width: 95%; 
	margin-left:auto; 
	margin-right:auto;
	/* border: thin #CCCCCC solid; */
	margin-bottom: 20px;
	line-height:150%;
	/* background-color: #F8F8F8; */
}

div.input-form div.row {
	background-color: #F8F8F8;
	padding:8px;
}

div.input-form div.row h3 {
	margin-left: 0px;
}

div.input-form .footer {
	border-top: 1px solid #F9F6F2;
}

div.input-form p {
	margin-left: 0px;
}

div.input-form input {
	z-index: 2;
}
div.input-form textarea {
	border: 1px solid #595241;
	width: 100%;
	padding: 2px;
	margin-right: 2px;
}
div.input-form input[type=text], div.input-form input[type=password] {
	border: 1px solid #595241;
	padding: 2px;
	max-width: 60%;
	background-color:white;
}

div.input-form textarea:focus, div.input-form  input[type=password]:focus, div.input-form  input[type=text]:focus{
	border:1px solid #A50707;
	background-color: #FFDAB9;
	padding: 2px;
}

input[type=checkbox]{
	background-color: #FFDAB9;
	text-align:center;
}

div.input-form div.buttons {
	text-align: right;
	padding:8px;
}

div.input-form div.buttons input {
	font-weight: normal;


}

div.validator-output-form {
	width: 95%; 
	margin-left:1em; 
	margin-right:auto;
	padding: 0px 10px 0px 10px; /*padding: 10px 10px 20px 10px;*/
	/* border: thin #CCCCCC solid; */
	/*margin-bottom: 30px;*/
	line-height:100%;
	/*background-color: #F8F8F8; */
	float: left; 
	clear:left;
}

div.output-form {
	width: 95%; 
	margin-left:auto; 
	margin-right:auto;
	/* border: thin #CCCCCC solid; */
	margin-bottom: 30px;
	line-height:100%;
	/* background-color: #F8F8F8; */
}

/* main submit button */
input[type=button] {
    cursor:pointer;
    border:outset 1px #ccc;
    background:#eee;
    color:#666;
    font-weight:bold;
    padding: 1px 2px;
    border-radius:.3em;
/*    background:url(images/formbg.gif) repeat-x left top;*/
}

input[type=submit] {
    cursor:pointer;
    border:outset 1px #ccc;
    background:#eee;
    color:#666;
    font-weight:bold;
    padding: 1px 2px;
    border-radius:.3em;
/*    background:url(images/formbg.gif) repeat-x left top;*/
}

.formfield:focus{
	background-color: #FFDAB9;
}
