
@charset "UTF-8";
/* CSS Document */

#MO_shell {
	margin-top:10px;	
}

.mouthoff_error_head {
	font-size:14px;	
	margin:0 0 10px 0;
}
.mouthoff_error {
	font-size:12px;	
	color:#f00;
}
#mouthoffAddForm {
	float:left;	
}
#mouthoff_response {
	margin:15px 0 10px 5px;
	float:left;
}
.mouthoffform {
	
	text-align:left;
}
.mouthoffform input {
	width:196px;
	height:18px;
	border:none;
	outline:none;
	margin-bottom:3px;
	*margin-bottom:1px;
	padding: 4px 0 0 4px;
	background-color:;
	background:url('http://media.rockstargames.com/rockstar/local_data/US/img/input_bg.png') no-repeat bottom right;
	background-repeat:no-repeat;
}
.mouthoffform label {
	width:45px;
	margin-right:5px;
	text-align:left;
	height:18px;
}
#mouthoffAge_container label{
	padding-left:5px;	
	width:30px;
	height:18px;
	text-align:left;
}
#mouthoffAge
{
	width:46px;
	height:18px;
	border:none;
	outline:none;
	margin-bottom:3px;
	*margin-bottom:1px;
	padding: 4px 0 0 4px;
	background-color:;
	background:url('http://media.rockstargames.com/rockstar/local_data/US/img/input_age_bg.png') no-repeat bottom right;
	background-repeat:no-repeat;
}
#mouthoffBody {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	outline:none;
	width:470px;	
	height:120px;
	background:url('http://media.rockstargames.com/rockstar/local_data/US/img/message_bg.png') no-repeat bottom right;
}
.processing_MO_submit {
	display:block;	
}
.mouthoff_errors a:link, .mouthoff_errors a:visited, .mouthoff_errors a:hover {
	color:#333;
	text-decoration:underline;
}
.mouthoff_errors a:hover {
	color:#000;	
}