#scn_widget_login_form_username {
	width: 96%;
	height: 20px;
	padding: 2px;
	font-size: 14px;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
}
#scn_widget_login_form_password {
	width: 96%;
	height: 20px;
	padding: 2px;
	font-size: 14px;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
}
a.scn_widget_login_title_off {
	text-decoration: none;
	background-image: url('http://pictures.student.com/new/member_login_arrow_up.jpg') ;
	background-repeat: no-repeat;
	background-position: 2px 9px;
	padding: 5px 5px 5px 20px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.scn_widget_login_title_on {
	text-decoration: none;
	background-image: url('http://pictures.student.com/new/member_login_arrow_down.jpg') ;
	background-repeat: no-repeat;
	background-position: 2px 9px;
	padding: 5px 5px 5px 20px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
a.scn_widget_login_title_off:active, a.scn_widget_login_title_off:link, a.scn_widget_login_title_off:visited {
	text-decoration: none;
	background-color: #fff;
	color: #6286a8;
}
a.scn_widget_login_title_off:hover {
	text-decoration: none;
	background-color: #6286a8;
	color: #fff;
}
a.scn_widget_login_title_on:active, a.scn_widget_login_title_on:link, a.scn_widget_login_title_on:visited {
	text-decoration: none;
	background-color: #fff;
	color: #6286a8;
}
a.scn_widget_login_title_on:hover {
	text-decoration: none;
	background-color: #6286a8;
	color: #fff;
}
#scn_widget_login_errorbox {
	background-color: #fff;
	border-style: solid;
	border-color: #f00;
	border-width: 2px;
	padding: 5px;
	color: #f00;
	text-align: left;
	font-weight: bold;
	margin: 0 0 5px 0;
}


#scn_widget_login_container {
	margin: 0 0 5px 0;
}
a.scn_widget_login_title_down, a.scn_widget_login_title_up {
	display: block;
	width: 171px;
	height: 17px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	text-decoration: none;
	padding: 7px;
}
a.scn_widget_login_title_down {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url('http://pictures.student.com/new/scn_widget_login_container_down.png') ;
}
a.scn_widget_login_title_down:active, a.scn_widget_login_title_down:link, a.scn_widget_login_title_down:visited {
	background-color: #93aec8;
}
a.scn_widget_login_title_down:hover {
	background-color: #f6d017;
}
a.scn_widget_login_title_up {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url('http://pictures.student.com/new/scn_widget_login_container_up.png') ;
}
a.scn_widget_login_title_up:active, a.scn_widget_login_title_up:link, a.scn_widget_login_title_up:visited {
	background-color: #93aec8;
}
a.scn_widget_login_title_up:hover {
	background-color: #f6d017;
}
#scn_widget_login_formbox {
	width: 171px;
	padding: 7px;
	margin: 0 auto;
	background-color: #ccc;
	border-color: #6387a9;
	border-style: solid;
	border-width: 1px 0 0 0;
	color: #333;
	text-align: left;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url('http://pictures.student.com/new/scn_widget_login_box_bottom.png');
}
#scn_widget_login_form_submit {
	width: 100%;
	font-size: 11px;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
	background-color: #eee;
}
div.scn_widget_login_form_label {
	font-size: 11px;
	color: #333;
}

