/* v1.0 | 20080212 */

.login_top {
 /*   background: url("../images/login_top.gif") no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 53px;*/
}

.login_form {
    background: #ededed;
    margin: 10 10 10 10;
}

.login_error {
    font-size: 13px;
    color: #880000;
    font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}


.nyro_container {
	position:relative;
	width:500px;
}

.nyro_header {
	height:72px;
}

.nyro_header_content {
	padding-top:32px;
	color:#272727;
	position:relative;
/*	background-color:#000000;*/
}

.nyro_bottom {
	height:35px;
}

/*.nyro_content, .nyro_header, .nyro_bottom {
	width:500px;
	overflow:hidden;
}*/

.nyro_content {
	background-color:#ededed;
}
.nyro_top_left {
	background:url(../images/nlayout/nyro/nyro_top_left.png) left top no-repeat;
/*	width:33px;*/
/*	height:72px;*/
	padding-left:33px;
}
.nyro_top_right {
	background:url(../images/nlayout/nyro/nyro_top_right.png) right top no-repeat;
/*	width:33px;*/
/*	height:72px;*/
	padding-right:33px;
}

.nyro_left {
	background:url(../images/nlayout/nyro/nyro_left.png) left repeat-y;
	padding-left:33px;

}
.nyro_right {
	background:url(../images/nlayout/nyro/nyro_right.png) right repeat-y;
	padding-right:33px;
}


.nyro_top {
	background:url(../images/nlayout/nyro/nyro_top.png) repeat-x;
}
.nyro_bottom_left {
	background:url(../images/nlayout/nyro/nyro_bottom_left.png) left top no-repeat;
	padding-left:33px;
}
.nyro_bottom_right {
	background:url(../images/nlayout/nyro/nyro_bottom_right.png) right top no-repeat;
	padding-right:33px;
}
.nyro_bottom {
	background:url(../images/nlayout/nyro/nyro_bottom.png) top repeat-x;
}

.nyro_close_button {
	width:18px;
	height:21px;
	background: url(../images/nlayout/nyro/nyro_close.png) no-repeat;	
	cursor:pointer;
}

.nyro_close_button:hover {
	background: url(../images/nlayout/nyro/nyro_close_over.png) no-repeat;	
}

.nyro_content .input_text {
	background: #ffffff url(../images/nlayout/nyro/nyro_form_total.png) top left;	
	border: solid 1px #acacac;
	height:28px;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	/*width:340px;*/
	width:310px;
	padding-left:10px;
	vertical-align:middle;
}

.nyro_message .nyro_content .input_text {
	width: auto;
}

.nyro_content .input_error {
	border: solid 2px #c10000;
}

.nyro_content .error_box {
	border: solid 2px #c10000;
	color:#c10000;
	background-color:#fff9d8;
	padding:10px;
}

.nyro_content .good_box {
	border: 2px solid #0000FF;
	background-color:#e7eff7;
	padding:10px;
}

.nyro_content label {
	vertical-align:bottom;
	line-height:32px;
}

.nyro_content .login_button {
	width:125px;
	position:absolute;
	right:30px;
/*	background:#000000;*/
}



