/* --------------------
   CSS Styling for IE 7 */

/* Fixes some extra problems in IE 7 with the spacing between form elements in the login panel */
.user_login DIV {
	margin: 0;
	padding: 0.5em 0;
	height: 1em;
}
.menu_login .user_login DIV {
	padding: 0;
	margin: 0;
	height: 2.4em;
	clear: both;
}

/* Fixes issues with how the rating displayed when adding a comment (JS-enabled) */
DIV#rate {
	position: relative;
}
DIV#show_rating {
	position: absolute;
	top: 3px;
	left: 0;
}	

/* Fixes some oddities when adding a new comment with JS disabled */
#page_content DIV.comment_msg {
	margin-top: 1em;
}
#comment_form DIV.user {
	padding-top: 1em;
}