.toolTitle {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #094F99;
}
.toolTextBody {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	
}
.toolLabel, .registerLabel {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 10px;
	width: 200px;
}
.registerLabel {
	width: 120px;
}
.toolInputs, .registerInputs {
	background-color: #F0F8E6;
	padding: 4px;
	vertical-align: top;
}
.toolInputs select {
	width: 400px;
}
.toolButton {
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
}
.toolTabelBordered {
	border: 1px solid #CCCCCC;
	background-color: #F0F8E6;
	padding: 4px;
}
.registerInfoLeft {
	margin: 4px; 
	width: 450px;
}
.registerInfoContainer {
	margin-top: 10px;
	border: 2px solid #C54836;
	background-color: #FFFFCE;
	padding: 4px;
	text-align: justify;
}
ul.createAccountUl {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.registerInput {
	border: 1px solid #CCCCCC;
	width: 250px;
	font-size: 11px;
}
.clearLink:link {
	font-size: 14px;
	color: #005494;
}
.clearLink:visited {
	font-size: 14px;
	color: #005494;
}
.clearLink:hover {
	text-decoration: none;
}
.extBody {
	margin: 10px; 
	font-size: 12px;
}
a.otherResLink:link {
	color: #094F99;
}
a.otherResLink:visited {
	color: #094F99;
}
a.otherResLink:hover {
	color: #C00000;
}
.otherRes {
	margin: 4px;
	font-size: 14px;
	background-image: url('../img/orange_arrow.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8px;
}
.wallInfoUl {
	list-style-type: decimal;
	font-size: 16px;
	font-weight: bold;
	list-style-position: inside;	
	margin: 8px;
	padding: 0px;
}
.wallInfoUl li {
	margin: 6px;
}
a.goToImageCreator:link { 
	border: 1px solid #979797; 
	margin: 10px; 
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #AA2421;
	background-color: #E1DDDA;
}
a.goToImageCreator:visited {
	border: 1px solid #979797; 
	margin: 10px; 
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #AA2421;
	background-color: #E1DDDA;
}
a.goToImageCreator:hover {
	text-decoration: underline;
	background-color: #BFBFBD;
}
