body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


body
{
    text-align: center;
    font-family:arial,sans-serif;
    font-size:14px;
}
p 
{
    padding:5px 0;
}
#page
{
    width: 860px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
a 
{
    color:#777;
    text-decoration:none;
}
a:hover 
{
    background: #e11;
	color:#fff;
}

h1 { font-size: 25px; font-weight: bold; color: #494949; padding: 5px 0px 15px 0px;line-height:1.1em; }

input[type=text],input[type=password],textarea,input[type=file]
{
    BACKGROUND: url(../images/input_bg.gif) #fff repeat-x 50% top;
    border:#bbb 1px solid;
    padding:4px 3px 3px 3px;
    font-size:14px;
}
input[type=button],input[type=submit]
{
    padding:5px 15px;
}
.n_from
{
}
.n_from p
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.n_from p label
{
    display: block;
    width: 80px;
    text-align: right;
    float: left;
    margin-right: 10px;
    color:#e11;
    margin-top:3px;
}
.n_from p textArea
{
    width:600px;
    height:180px;
}
.n_from .left_p
{
	padding-left:90px;
}
.n_from_btns
{
    padding-top:10px;
    padding-left:90px;
}
.n_from_btns input
{
    margin-right:10px;
}


.lp
{
    display:block;
    margin-top:3px;
	color:#999;
	font-size:12px;
}
.err
{
	color:#d22;
}


#header
{
    position: relative;
    text-align: left;
    height: 41px;
}
#header ul
{
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin-top: 20px;
    margin-left: 20px;
}
#header ul li
{
    display: inline;
}
#content
{
    text-align: left;
    margin-top: 20px;
    clear: both;
    border: #e11 4px solid;
    padding: 25px;
}


.content_box
{
	border:#d22 8px solid; 
	padding:20px;
	line-height:24px;
}
.msg_box
{
	margin:10px 20px; 
	border: #eee 1px solid; 
	padding:15px;
}
