body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	


}

table {
	position: relative;
	margin: 75px auto 0 auto;
	padding-top: 1px;
	width: 533px;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	cell-spacing: 0;
}

table td {
	padding: 0;
	margin: 0;
	border: 0;
}

#content {
	background: #E9ECEE url(/images/gradient_bg.png) repeat-x;
}

img {
	float: left;
	margin-left: 23px;
	padding-top: 11px;
}

h1 {
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 23px;
	margin-left: 98px;
	font-weight: normal;
}

p.me-dialog-text {
	margin-left: 98px;
	margin-right: 23px;
	margin-top: 19px;
	margin-bottom: 0;
}

a,
.url {
  color:#0e74da;
  text-decoration:none;
}

a:hover {
  text-decoration: underline;
}

hr {
	margin: 27px 13px 5px 13px;
	border-top: 1px solid #d8d9dc;
	border-bottom: 1px solid #fafafc;
	border-right-style: none;
	border-left-style: none;
}

#buttons {
	display: block;
	height: 34px;
	font-size: 13px;
	margin-right: 6px;
}

#ja #buttons {
  font-size: 12px;
}

.break {
	height: 2px;
	clear: both;
}

/**
 	Border
*/
.box-top {
 	width: 533px;
 	height: 11px;
 	background-image: url(/images/box_top.png);
}

.box-left {
  width: 3px;
	background-image: url(/images/box_left.png);
}

.box-right {
	background-image: url(/images/box_right.png);
	width: 3px;
}

.box-bottom {
	background-image: url(/images/box_bottom.png);
	width: 533px;
	height: 16px;
}

/**
	Type styles
*/
.me-dialog-title {
  font-size: 17px;
  font-weight: bold;
  color: #313131;
  text-shadow: rgba(255,255,255,.95) 0px 1px 0px;
}

#ja .me-dialog-title {
  font-size: 15px;
}

.me-dialog-text {
  font-size: 13px;
  color: #313131;
}

#ja .me-dialog-text {
  font-size: 12px;
}

#moreinfo {
	padding-top: 20px;
	width: 600px;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.75) 1px 1px 1px;
}

#ja #moreinfo {
  padding-top: 26px;
  font-size: 12px;
}

#moreinfo a {
	color: #A7BAD4;
}

#moreinfo a:hover {
	text-decoration: underline;
}

/**
	Buttons
*/
a.button,
a.button:link,
a.button:visited {
  background: transparent url('/images/controls.png') -161px -224px no-repeat scroll;
  color: #000;
  float: right;
  height: 28px;
  line-height: 29px;
  margin: 6px 4px 0;
  padding-left: 19px;
  text-shadow: rgb(206, 214, 221) 0 1px 0;
  text-shadow: rgba(206, 214, 221, 0.65) 0 1px 0;
  white-space: nowrap;
}
a.button:active {
  background-position: -161px -252px;
}
a.button:hover {
  text-decoration: none;
}

a.button strong,
a.button span {
  background: transparent url('/images/controls.png') right -56px no-repeat;
  display: block;
  font-weight: normal;
  height: 28px;
  min-width: 48px;
  padding-right: 19px;
  text-align: center;
}
a.button:active strong,
a.button:active span {
  background-position: right -84px;
}

a.submit,
a.submit:link,
a.submit:visited {
  background-position: -161px -280px;
}
a.submit strong {
  background-position: right -112px;
}
a.submit:focus {
  background-position: -161px -364px;
}
a.submit:active {
  background-position: -161px -308px;
}
a.submit:focus strong {
  background-position: right -196px;
}
a.submit:active strong {
  background-position: right -140px;
}
a.submit.disabled {
  background-position: -161px -336px;
}
a.submit.disabled strong {
  background-position: right -168px;
}

a.button > * {
  cursor: pointer;
}