div.input-form {
	width: 95%; 
	margin-left:auto; 
	margin-right:auto;	
	margin-bottom: 10px;
	line-height:150%;	
	border-radius:.5em;
	-moz-border-radius: .5em .5em .5em .5em;
/*    -moz-box-shadow:.1em .1em .2em #999999;
    box-shadow: .1em .1em .2em #999999;*/
	padding:.2em;
color:black;

	}

div.input-form div.row h3 { margin-left: 0px; margin-top:-.6em; }
div.input-form div.row { /*	background-color: #619BB5;*/ padding:8px; }
/*<img> and <a> tags: on mouse hover the color of the background will keep the same!*/
div.input-form div.row img,a:hover{ }
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 #fd4b30; width: 98%; *width:400px; padding: 2px; margin-right: 2px; /*	font-size:100%;*/ }
div.input-form input[type=text], div.input-form input[type=password] { border: 1px solid #595241; max-width:200px; 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 #545454;
	padding: 2px;
}

input[type=checkbox] { /*font-size:100%;*/ }
div.input-form div.buttons { text-align: right; padding:8px; }
div.input-form div.buttons input { }
div.input-form div.buttons input:hover, div.input-form div.buttons input:focus { }
.formfield:focus{ /*background-color: #FFDAB9;*/ }
#ot:focus{ background-color: #FFDAB9; }
/*Added by Silvia*/
div.input-form div.row_alternatives { background-color: #619BB5; padding: 5px; }
/* new in ATutor 2.0 */
input[type=text]{
	border-radius:.3em;
	-moz-border-radius: .3em .3em .3em .3em;
/*	font-size:100%;*/
}
input[type=password]{
	border-radius:.3em;
	-moz-border-radius: .3em .3em .3em .3em;
/*	font-size:100%;*/
}

input[type=submit]{
	border-radius:.3em;
	-moz-border-radius: .3em .3em .3em .3em;
/*	font-size:100%;*/
}

input[type=reset]{
	border-radius:.3em;
	-moz-border-radius: .3em .3em .3em .3em;
/*	-moz-box-shadow:.2em .2em .3em #999999;
	box-shadow: .2em .2em .3em #999999;*/
}

div.input-form input[type=submit]{
border: 0;
    padding: 6px 15px;
    cursor: pointer;
    color: white;
    background: #fd4b30;
	border-radius:.3em;
	-moz-border-radius: .3em .3em .3em .3em;
/*	-moz-box-shadow:.1em .1em .2em #999999;
	 box-shadow: .1em .1em .2em #999999;*/
/*	font-size:100%;*/
}
select{	
	border-radius: .2em .2em .2em .2em;
	-moz-border-radius: .2em .2em .2em .2em;
/*	-moz-box-shadow:.2em .2em .3em #999999;
	box-shadow: .2em .2em .3em #999999;*/
/*	font-size:100%;*/
}
.test_instruction { background-color: #619BB5; padding: 5px 10px; margin: 0px; border-top: 1px solid #685642; }
.test_points { float: right; width: 50%; text-align: right; font-weight: bold; }