body {
	background-image: url("../img/jpg/vgradient_home.jpg");
	background-repeat: repeat-x;
}

.common-button {
	line-height: 38px;
	font-weight: bolder;
	cursor: pointer;
	text-align: center;
    color: black;
    font-family: tahoma, trebuchet ms;
}
.sendMsgPnl, .updatePnl, .recvMsgPnl, .sendUpdatesPnl {
	border: 1px outset black;
	background-color: silver;
	padding: 2px;
}
#sendMsgPnl_caption, #updatePnl_caption, #recvMsgPnl_caption {
	background-color: #777;
	border: 1px groove gray;
	color: white;	
	margin: 2px;
}
.sendMsgPnl {
	top: 370px;
}

.updatePnl {
	width: 300px;
}
.recvMsgPnl {
	width: auto;
}
.err {
	background-color: yellow;
	color: red;
}
.succ {
	background-color: white;
	color: green;
}
a:hover {
	color: orange;
}
.messagesTbl, TD {
	border: 1px groove white;
}
.updateMsg {
	font-size: 16px;
}
.updateDate {
	font-size: 12px;
}
.loginDiv, .registerDiv {
    background-color: white;
    border: 1px solid gray;
    width: 300px;
    height: auto;
    padding: 5px;
}

.loginDiv input, .registerDiv input {
    border: 1px groove silver;
}

.registerDiv {
    line-height: 27px;
}

.updateSection, .messageSection {
	padding: 2px;
	margin: 3px;
	background-color: #ededed;
}