/* CSS Document */
/* author: michael hutchins for RegionalHelpWanted.com, Inc. */

/*** MESSAGING & INVOICING ***/
.landingpagemessagecontainer
{
	width: 640px;
	margin-left: 50px;
}
.jobpostingmessagecontainer
{
	margin-left: 110px;
	width: 570px;

}
.addlogomessagecontainer
{
	text-align: left;
	width: 300px;
}
.adblastmessagecontainer
{
	height: 100%;
	text-align: left;
}
.step3messagecontainer
{
	width: 350px;
	height: 100%;
	vertical-align: top;
}
.ratecardmessagecontainer
{
	width: 530px;
	margin-bottom: 10px;
}
.createadmessagecontainer
{
	width: 570px;
}

.messagestandout
{
	margin-top: 5px;
	border: red 3px solid;
	color: red;
	padding: 5px;
	font-size: 16px;
}
.messagestandoutdiscreet
{
	margin-top: 5px;
	border: #009933 1px dashed;
	color: red;
	padding: 5px;
	padding-top: 7px;
	padding-right: 7px;
	font-size: 16px;

}
.messagefootnote
{
	color: black;
	font-size: 11px;
}
.messageheader
{
}
.messagetitle
{
	float:left;
	color: lightgrey;
	font-size: 12px;
}
.messageopen
{
	cursor: hand;
	float:right;
	color: #009933;
	font-size: 8px;
	text-decoration: underline;
	z-index=99;
}

.messageclose
{
	cursor: hand;
	float:right;
	display: none;
	color: #009933;
	font-size: 8px;
	text-decoration: underline;
	z-index=99;
}
/*** MESSAGING & INVOICING ***/

