#mainContactTable {
	width: 100%;
}
#contactForm{
	width: 40%;
	vertical-align: top;
	height: 100%;	
}
#contactMessage{
	width: 100%;
	vertical-align: top;
}
#contactContent{
	width: 60%;
	vertical-align: top;
	height: 100%;	
}
#messageSent {
	height: 90%;
	width: 100%;
	vertical-align: top;	
}


#contactForm table{
	background-color: #132e4f;
	width: 100%;
	height: 100%;	
	height: 200px;
}
#contactMessage table {
	background-color: #132e4f;
	width: 100%;
	height: 100%;	
}
#contactContent table {
	background-color: #1d457a;
	width: 100%;
	height: 100%;
	height: 200px;
}

label, label.pageTitle {
	display: block;
	color: #dfc648;
	text-transform: uppercase;
	text-align: left;
}
div.pageTitle {
	color: #dfc648;
	text-transform: uppercase;
}

textarea {
	width: 99%;
}

.main {
	vertical-align: top;
	padding-bottom: 10px;
	height: 100%;
}

.gbTopLeft{ 
	background-image: url('Skins/WOE/images/goldborderbox_topleft.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 43px;
}
.gbTop { 
	background-image: url('Skins/WOE/images/goldborderbox_top.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 26px;
}
.gbTopRight { 
	background-image: url('Skins/WOE/images/goldborderbox_topright.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 43px;
}
.gbLeft { 
	background-image: url('Skins/WOE/images/goldborderbox_left.gif');
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
	width: 35px;
	padding-bottom: 10px;
}
.gbRight { 
	background-image: url('Skins/WOE/images/goldborderbox_right.gif');
	background-repeat: repeat-y;
	vertical-align: top;
	width: 52px;
	padding-bottom: 10px;
}
.gbBottomLeft { 
	background-image: url('Skins/WOE/images/goldborderbox_bottomleft.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 40px;
}
.gbBottom {
	background-image: url('Skins/WOE/images/goldborderbox_bottom.gif');
	background-repeat: repeat-x;
	background-position: top;
}
.gbBottomRight { 
	background-image: url('Skins/WOE/images/goldborderbox_bottomright.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#contactForm .gbBottomLeft, #contactContent .gbBottomLeft {
	height: 14px;
}
#contactContent .gbRight, #contactMessage .gbRight {
	width: 40px;
}
#contactMessage .gbTopLeft, #contactMessage .gbTopRight{
	height: 30px;
}
#contactMessage .gbTop{
	height: 13px; 
}

#contactForm .gbRight {
	width: 33px;
}

#buttons {
	position: relative;
	top: -20px;
	left: 15px;
}
#buttons input {
	margin-right: 5px;
}
