#ABrandIsTitle {
	margin: 23px 0 57px 0;
}

#ABrandIsGraphic {
	margin: 35px 0 0 0;
}

#wp_wall {
	position: relative;
	padding-bottom: 15px;
}

#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
	padding: 5px;
}

#wallcomments p
{
	margin-top:15px;
	margin-bottom:15px;
	border-bottom: 1px dotted #6e90af;
	padding-bottom: 25px;
}

#wall_post input  {
	border: 1px solid #cccccc;
	width: 200px;
}

input#submit_wall_post {
	background-color:#6e90af;
	border: 0;
	color: #fff;
	width: 150px;
}

#wall_post textarea {
	width: 482px;
	padding: 5px;
	margin: 0;
	border-top: 4px solid #ee9600;
	border-right: 4px solid #ee9600;
	border-left: 4px solid #ee9600;
	border-bottom: none;
	font-size: 18px;
	line-height: 1.5em;
}

#aBrandIsBottom {
	height: 35px;
	width: 490px;
}

div#content.wide {
	width: 500px;
	padding-right: 0;
	margin-top: 0;
}

#LoggedIn {
	float: left;
	margin-right: 10px;
}

#LoggedIn p {
	padding: 0;
	margin: 1px 0 0 0;
	font-size: 10px;
	color: #666;
}

#SubmitInfo {
	height: 35px;
	margin: 0;
	padding: 0;
	float: right;
}

#wallcomments {		
	
	overflow: auto; 
	clear: left;
	margin-top: 40px;
	margin-left: 75px;
	border-top: 1px dotted #6e90af;
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

.wallnav {
	margin:5px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	right: 0;
}

.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	padding-top: 5px;
	float: right;
	color: #666;
}

div.postMyOpinion {
	float: left;
}

div.commenterName {
	width: auto;
	float: left;
	margin-right: 10px;
	text-align: left;
}

#wallform div.commenterName label small {
font-size: 9px;
color: #666;	
}

.wallcomment {
	font-weight:bold;
	line-height: 1.75em;
	font-size: 13px;
}

.wall-error {
}

div#wallresponse {
	color: #ff9600;
	clear: both;
	margin-left: 75px;
	margin-top: 50px;
}

.wall-success {
	/* background:#c0dFa0; */
}

#wall_post_toggle  {
	cursor:pointer;
	display: none;
}



.wall-alt {
	/* this would paint every other comment with a background  
	background: #F0F0E0 ; 	*/
}

.wall-1
{
	/* this would paint the background of first comment, wall-2 for second...
	background:#c0dFa0; */
}


.wall-admin
{
	/* this would paint the background for admin made comments 
	background:#F0F0E0; */
}

.wall-registered
{
	/* this would paint the background for other registred users 
	background:#F0d0E0; */
}
