body {			
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 120%;    
	color: #888888;
}

.mini {
	font-size:10px;
}

#ok,#no_ok {	
	padding-left:40px;
	font-size: 16px;
	line-height:32px;
}

#ok {	
	color:#090;
	background:url(../img/ok.jpg) left center no-repeat;
}

#no_ok {
	color:#C00;	
	background:url(../img/no_ok.jpg) left center no-repeat;
}

#form_regi div {
	padding: 14px 0 23px;
}

.inpt_text, textarea {
	width:100%; 
	color: #000;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: normal;  
}

textarea { 
	height: 100px;
}

#reg_acce_alt {
	width:39%;   
}

#reg_submit {
	background: none repeat scroll 0 0 #888888;
    border-color: -moz-use-text-color #AAAAAA #AAAAAA -moz-use-text-color;
    border-radius: 4px 4px 4px 4px;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
    padding: 3px 5px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: top;
}

#form_regi div {
	border-top:2px solid #cc1c2b;
}

label {
    font-size: 14px;
    font-weight: bold;
	color:#CC1C2B;
}