/*
  * Style for option page
  */
.wpf-images			{
}

.wpf-image-caption	{
	float: left;
	margin-right: 10px;
	padding: 10px;
	border: 2px solid #F0F0F0;
	-moz-border-radius:		10px;	/* Firefox */
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;	/* Safari */
	-webkit-border-radius:	10px;
	background-color: #FFFFFF;
}

.wpf-image			{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.wpf-caption		{
	text-transform: none;
	font-style: italic;
}

.wpf-command		{
	display: block;
	width: 400px;
}
.wpf-command	.submit		{
	float:	left;
}
.wpf-command	.undo		{
	float:	right;
	padding-top: 11px;
}
.wpf-reset	{
	/*float:	left;*/
	/*padding-top: 11px;*/
}

.wpf-reset	input[type="submit"]			{
	color:	#F00;
}
.wpf-reset	input[type="submit"]:hover	{
	color:	#F00;
	border-color:	#FF0000;
}