body {
    font-family:    sans-serif;
    font-size:      11px;
}
ul {
    list-style-type:none;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
    color:          #00488c;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
h4 {
    font-size:      1em;
}
fieldset,
legend,
input[type=file],
input[type=password],
input[type=text],
input[type=reset],
input[type=submit],
input[type=button],
select,
textarea {
    border:         solid 1px #989898;
}
input[type=file],
input[type=password],
input[type=text],
input[type=reset],
input[type=submit],
input[type=button],
select,
textarea {
    padding:        1px;
    font-size:      1em;
}
legend {
    font-weight:    bold;
}
input[type=submit],
input[type=reset],
input[type=button] {
    color:          white;
    background:     #394d6c;
    border:         none;
}
input.error,
div.error,
select.error,
textarea.error {
    border:         solid 1px #e82424;
    background:     #eeafaf;
}
label.error,
span.error {
    color:          #e82424;
}
table {
    border-collapse:collapse;
}
p {
    margin-bottom:  .8em;
}

a.button_blue,
a.button_green {
    display:        block;
    width:          126px;
    height:         17px;
    margin-bottom:  .5em;
    padding-top:    4px;
    color:          white !important;
    font-size:      10px;
    font-weight:    bold;
    text-align:     center;
}
a.button_blue {
    background:     url(/image/element/a_bg_blue-trans.png);
}
a.button_green {
    background:     url(/image/element/a_bg_green-trans.png);
}
div.pitch,
p.pitch {
    margin-bottom:  1.5em;
    padding:        1em 1.5em;
	color:			#00488C;
    font-size:      1.0em;
    background:     #eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
div.pitch_mini {
	width: 			280px;
	float:			right;
	margin-bottom:  1.5em;
    padding:        1em 1em;
	color:			#00488C;
    font-size:      1.0em;
    background:     #eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
div.mentions,
p.mentions {
    padding:        0.5em 0.5em;
    font-size:      1.0em;
    background:     #eeeeee;
	font-weight:	bold;
}