html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	padding: 2px;
	line-height: 1;
    font-family: Verdana, Arial, sans-serif;
    background: #FFFFFF url(../images/bg.jpg) repeat top left;
    font-size: 13px;
    color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link, a:active, a:visited {
	color: #00008B;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
}

/*  End reset */

h1 {
    font-family: Arial, sans-serif;
    font-size: 160%;
	margin-bottom: 10px;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 140%;
}

.remark {
	font-size: 80%;
	margin-bottom: 5px;
	margin-top: 5px;
}

td {
    font-size: 90%;
	vertical-align: top;
	padding: 2px;
}

td:first-child {
    width: 200px;
}

sup {
	color: red;
}

.refresh-captcha {
	color: blue;
	font-size: 80%;
	text-decoration: underline;
	cursor: pointer;
}

.refresh-captcha:hover {
	text-decoration: none;
}

.captcha-image {
	margin: 2px 0;
}

textarea, input[type=text] {
	width: 350px;
}

.button{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(255,255,255,1),
                                         rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC);
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);  
}
.button:hover{
  background-color: #eee;
  color: #555;
}
.button:active{
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}


.errors {
	background-color: #FFFFFF;
	border: red 1px solid;
	border-radius: 2px;
	padding: 5px;
	margin: 0 40px 10px 2px;
	color: red;
	font-size: 85%;
}










