/* Common Style */

#store_name {width: 400px}

#user_email
{
	width: 22em;
}

#store_account
{
	text-align: center;
	width: 8em;
}

.ptable
{
	border: none;
	border-collapse: collapse;
	width:100%;
	margin-top:15px;
}
	.ptable th,.ptable td
	{
		font-size:12px;
		font-weight:bold;
		padding: 1px 30px;
		text-align:right;
		background-color:#FFF;
	}
	
	.ptable thead th
	{
		background: #aae55b url(/img/sustr.gif) top left repeat-x;
	}
	
	.ptable thead td, .ptable thead th
	{
		color:#FFF;
		font-weight:bold;
		height:25px;
		font-size:16px;
		text-align:center;
	}
	
	.ptable tbody td, .ptable tbody th
	{
		border-bottom:1px dashed #EEE;
	}
	
	.ptable tbody th
	{
		font-size:16px;
		text-align:center;
		
	}
	
	.cf
	{
		color:#99CC66;
	}
	
	.cb
	{
		color:#f08484;
	}

	.lr
	{
		border-bottom:1px solid #dedede;
	}
	
	.lr th
	{
		padding:10px;
	}

#msg
{
	font-size:13px;
	font-weight:bold;
	margin:3px 0 15px;
}

.nicebtn
{
	background: transparent url(/img/button.gif) top left no-repeat;
	border:none;
	width:177px;
	height:31px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
