input[type=text], input[type=password], input.text, input.title, textarea, select
{
	background-color: #fff;
	border: 1px solid #bbb;
	margin-top: 5px;
	clear: left;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus
{
	border-color: #666;
}

form {
	margin: 0 auto;
	width: 480px;
	padding: 14px;
}

form em.cmd {
	font-size: 8pt;
}

.standardaccept, .standardreject {
	border: 0;
	color: #FFFFFF;
	padding-right: 0.25em;
	padding-left: 0.25em;
	border-radius: 0.3em;
}

.standardaccept {
	background-color: green;
}

.standardreject {
	background-color: red;
}

form hr {
	height: 10px;
	background-color: #FFFFFF;
	border-top: 3px solid #C1E0FF; 
	border-bottom: 1px solid #C1E0FF; 
	border-left: 0;
	border-right: 0;
}

/* gets font characteristics from other file */
label {
	background-color: #C1E0FF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-right: 1em;
	font-weight:bold;
	text-align:right;
	width:140px;
	display: inline-block;
}

form#Form1 {
	margin: 0 0 0 0;
	width: 150px;
	padding: 0 0 0 0;
}

form#Form1 label{
	text-align: center;
}
 
form#Form1 input:focus { 
	background-color: #FFFF99;  
}
form#Form1 textarea:focus { 
	background-color: #FFFF99; 
}
form#Form1  input[type="button"]:hover { 
	background-color: lime;
}

form#Form1 select#ddlLanguage {
	size: 9px;
	background: transparent;
	color: white;
	width: 75px;
	padding: 3px;
	font-size: 9px;
	border: 1px solid #ccc;
	height: 20px;
}

form#Form1 select#ddlLanguage option {
	background-color: #C1E0FF;
	color: #000000;
}

/*
#dek 	 {
	POSITION:absolute;
	VISIBILITY:hidden;
	Z-INDEX:200;
}
*/