form {
	margin:0;
	padding:0;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	background-color: #F8F8F8;
	border: 1px solid #A4A4A4;
	width: auto;
	padding: 3px;
}

input.missing, select.missing { border: 1px solid #E4422B; }


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	background-color: #F8F8F8;
	border: 1px solid #A4A4A4;
	width: auto;
	height: auto;
	padding: 3px;
}

textarea.missing { border: 1px solid #E4422B; }

input.submit_button {
	width: auto;
	padding: 2px;
	margin-top: 2px;
}

.select_radio {
	width: auto;
	background-color: transparent;
	border:0;
}





.play_comment_form input, select, .play_comment_flag_form input, select {
	font-size: 100%;
	background-color: #FFFFFF;
	border: 1px solid #A4A4A4;
	width: 170px;
	padding: 2px;
	margin-bottom: 4px;
}

.play_comment_form textarea, .play_comment_flag_form textarea {
	font-size: 100%;
	background-color: #FFFFFF;
	border: 1px solid #A4A4A4;
	width: 400px;
	height: 100px;
	padding: 2px;
	margin-bottom: 4px;
}

.play_comment_form .submit_button, .play_comment_flag_form .submit_button {
	width: auto;
}

.play_comment_form input.missing, .play_comment_form textarea.missing, .play_comment_flag_form input.missing, .play_comment_flag_form textarea.missing {
	border: 1px solid #FF0000;
}
