@charset "utf-8";
/* CSS Document */

span{
	color:#cc0000;
}

p#ttop{
	margin:10px 0 0;
}

p.headcol{
	margin:10px 0 0;
}

table{
	width:570px;
	margin:0 auto;
}

table tbody th{
	background-color:#4d4d4d;
	color:#fff;
	font-weight:700;
	padding:10px;
	width:160px;
	border:1px #f0f0f0 solid;
}

table tbody th span{
	padding:0 3px 0 0;
}

table tbody td{
	background-color:#ccc;
	padding:10px;
	border:1px #f0f0f0 solid;
}

table tbody td label{
	margin:0 25px 0 0;
}

div#pryv,
div#btnp{
	text-align:center;
	margin:5px 0;
}



div#pryv label{
	display:none;
}

.input01{ width:200px; }
.input02{ width:350px; }


p#buttons{
	margin:0 auto 60px;
	width:340px;
}

p#buttons input{
	margin:0 10px;
	width:150px;
}

p#form_error{
	margin:0 auto 10px;
	width:570px;
	color:#FF0000;
}

