@charset "utf-8";
/* CSS Document */
	form fieldset
	{
		text-align:				right;
		margin: 				3px;
		padding:				3px;
	}
	form fieldset, input, textarea
	{
		border-radius:			5px;
		-webkit-border-radius:	5px;
		-moz-border-radius:		5px;
	}
	form fieldset legend
	{
		color:					black;
	}
	form fieldset label
	{
		float:					left;
		font-weight:			bold;
	}
	.modal
	{
		display:				none;
		min-width:				400px;
		/width:					400px;
		background-color:		#FFF;
		border:					thin solid gray;
		position:				absolute;
		top: 					50px;
		left: 					500px;
		padding: 				20px;
	}
	.overlay
	{
		display:				none;
		position:				absolute;
		top:					0;
		left:					0;
		width:					100%;
		height:					100%;
		background-color:		#000;
	}
	.close
	{
		float:					right;
		margin-right:			-30px;
		margin-top:				-30px;
		/margin-right:			-20px;
		/margin-top:			-20px;
		cursor:					pointer;
	}
