/*
 popup.js
*/
div.popup {
  max-width: 350px;
  _width: 350px;
  border: 4px solid #2b2b2b;
  padding: 5px;
  background-color: #484646;
  margin: -30px 0 0 -150px;
  /* The following properties should not be changed */
  position: absolute;
}

div.popup2 {
  max-width: 350px;
  _width: 350px;
  border: 4px solid #2b2b2b;
  padding: 5px;
  background-color: #484646;
  margin: -30px 0 0 -150px;
  /* The following properties should not be changed */
  position: fixed;
  _position: absolute;
}

#popup_overlay {
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 30;
  left: 100;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  /* border-bottom: 1px dotted; */
}

.popup_draghandle {
  cursor: move;
}

#popup_3 p {
	text-align: center;
}

#popup_3 a {
	color: #f5ee31;
	font-variant: small-caps;
}

#popup_3 a:hover {
	text-decoration: none;
}

p#close_window {
	text-align: right;
	padding: 0 0 6px 0;
}

p#close_window a {
	color: #fff;
}

p.popup_closebox a:hover {
	text-decoration: none;
}

p#class_schedule {
	padding: 5px 0 5px 0;
}

p#class_schedule a {
	font-size: 13px;
}

p#class_schedule a:hover {
	text-decoration: none;
}