/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	line-height: 1;
        font-family: Roboto, Arial;
        font-size: 18px;
        background: #f4f4f4;
}
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;
}
/* Global */
a { text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
.clear { clear: both; }

.button { padding: 17px 50px; background: #fff; font-size: 20px; font-weight: 700; font-style: italic; border: none; cursor: pointer; color: #fff; }
.button:hover { background: #3185D8; text-decoration: none; }
#raw_data{ display: none; }
.redirect { text-align: center; padding: 0px 0px 25px 0px; }

#content { height: 328px; padding: 18px 50px; background: #2568ac; width: 650px; margin: 0; background: #fff; }
h1 { font-size: 24px; font-weight: 700; text-align: center; padding: 0px 0px 14px 0px; }
#reload_captcha { color: #098585 }
#info_case{text-align: center; font-size: 14px; bottom: 15px; }

/* First step */
#first_step table { width: 440px; margin: 0 auto; }
#first_step td { width: 50%; padding-bottom: 10px; vertical-align: top; }
#first_step table .td_2_col td:first-child{ padding-right: 20px; }
#first_step table .td_2_col td:last-child{ padding-left: 20px; }
#first_step table .td_2_col input[type="text"] { width: 175px; }
#first_step label { color: #424242; text-align: center; display: block; padding: 0px 0px 10px 0px; font-weight: 700; }
#first_step input[type="text"] { border: 1px solid #b8b8b8; padding: 14px 12px 14px; font-size: 18px; width: 416px; }
#first_step .button { width: 200px; }
#catpcha_img { margin: 28px 0px 0px 0px; max-width: 200px; height: 51px; }
#first_step #source { text-align: center; padding: 0px 0px 0px 0px; font-size: 14px; }
#first_step #source span { color: #424242; }
#first_step .button { padding-left: 0px; padding-right: 0px; text-align: center; }
#captcha_cont { width: 200px; }
#reload_captcha { font-size: 13px; text-decoration: none; padding: 4px 0px 0px 0px; display: block; }
#reload_captcha span { padding: 0px 5px 0px 0px; position: relative; bottom: 2px; }
#reload_captcha img { padding: 0px 5px 0px 0px; }

/* Results */
#result table { width: 100%; margin: 0; }
#result table td { padding: 11px 0px; vertical-align: top; border-bottom: 1px solid #b8b8b8; border-left: none; border-top: none; border-right: none; }
#result table .td_2_col td:first-child{ padding-right: 20px; }
#result table .td_2_col td:last-child{ padding-left: 20px; }
#result table label { color: #424242; font-size: 14px; font-weight: 700; padding: 0px 0px 0px 0px;  }
#result table .inp_res { background: none; border: none; font-size: 14px; }
#result #source { float: left; padding: 18px 0px 0px 0px; font-size: 14px; }
#result #source span { color: #424242; }
#save_data { float: right; }
#reset_form { float: right; font-size: 14px; margin: 18px 0px 0px 0px; padding: 12px 5px; font-size: 18px; font-weight: 400; width: 172px; height: 18px; text-align: center; display: block; position: relative; }

