#mainWindow {
	position: relative;
	float: right;
	width: 530px;
	background-color: #ffffff;
	background-image: url(/i/layout/title.jpg);
	background-position: top right;
	background-repeat: repeat-x; 
	border-left: 1px dashed #607FB8;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	font: 10pt Trebuchet,"Arial",sans-serif;
	color: #333;
}
#mainWindow a { color: #66c; }
#mainWindow a:visited { color: #66c; }
#mainWindow a:link { color: #66c; }
#mainWindow a:hover { color: #33c; }

#mainWindow input,textarea { 
	margin-left: 20px;
	margin-top: 10px;
}

#mainWindow label { 
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;	
	margin-top: 10px;
}

#mainWindow img {
	border: 1px dashed #607FB8;
}

input.submit {
	margin-left: 4.5em;
	color: #990000;
	border: 3px double #990000;
	background-color: #ffffff;
	padding: 2px;
	cursor: pointer;
} 

.error {
	color: #990000;
	font-weight: bold;
}

img.mainImgMedium {
	width: 100px;
}

img.mainImgSmall {
	width: 60px;
}

.bodyText a {
	background: #ccc;
	padding: 5px;
	line-height: 20px;
}
