@charset "utf-8";
/* CSS Document for live comment preview plugin*/

/* *
* small header that show the preview title
* */

#live_preview_header 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #CAEAFF;
	text-align: center;
}
/* *
* Div where the submit button are
* */
#live_comment_preview_button_div
{
	float:right;
}

/* *
* Submit button class
* */
#live_comment_preview_submit {
	margin-top: 10px;
	margin-right: 10px;
	padding-left: 4px;
	padding-right: 4px;
}
#live_comment_preview_submit:hover {background-color:#CAEAFF;}
#live_comment_preview_submit:active {background-color:#FF0000; color:#FFF;}
/* *
* Div where the preload image are
* */
#live_comment_preview_loading
{
}
/* *
* Div where the preview text show
* */
#live_comment_preview_main_content
{
}
