@charset "utf-8";

@media all {
* {
	margin: 0;
	padding: 0;
}

* html body * { overflow: hidden; }
* html iframe, * html frame { overflow: hidden; }
* html frameset { overflow: hidden; }

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	padding: 0;
	margin: 0 10px;
	color: #333;
	line-height:1.5em;
	background-color: transparent;
	text-align: left;
	font-family: arial, helvetica, verdana;
	font-size: 0.75em;
	min-width:200px;
	/*max-width:390px;*/
}

.PageContainerDialog {
	width: 100%;
}

.containerDialog .MenuTable {
	background-image: none;
	background-color: #823543;
}

fieldset, fieldset p a {
	color: #000000;
}

fieldset p a:link, fieldset p a:hover, fieldset p a:visited {
	color: #823543;
}
fieldset p  {
	font-weight: normal;
}

input {
	width: 200px;
}
input[type=radio] {
	width: 20px;
}
input[type=submit] {
	border: 1px solid #ddd;
	background-color: #823543;
	text-align:center;
	color: white;
	font-weight: bold;
	background-image: url(../templates/images/subnav.gif);
}
input[type=submit]:hover {
	border: 1px solid red;
}
/* ht 2.12.09 */	
input[type="text"]{
	border:1px solid #999;
	margin:1px 0 0 0;
}

td.col0 { 
	text-align:center;
}
td.col1 {
	width: 100px;
	vertical-align:top;
}
td.col2 {
	width: 100px;
}

table.emailform-1 {
		width: 100%;
		margin: 0;
}
}
