@charset "utf-8"; @media screen { /*----------------------------------------------------------------------------------- Global Reset v0.3 (based on http://meyerweb.com/eric/tools/css/reset/ - v1.0 | 20080212) -----------------------------------------------------------------------------------*/ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, audio { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } :focus { outline: 3px solid #FAD129; /*outline: 0;*/ } table { border-collapse: collapse; border-spacing: 0; } @media not print{ #formBody { background-color: #78213E !important; } .FormStyle {margin:auto !important; width: 90%; background: white; border-radius: 15px;} h1 {font-size: 28px;} .inlinelabel {font-size: 16px !important; padding-left: 10px;} td {font-size: 16px !important; padding-left: 0px;} input, select {margin: 3px 0 10px 0; height: 25px; padding-left: 5px; margin-left: 5px;} input[type="radio"] {height: 12px; display: inline;} input#NextButton, input#PrevButton, input#SaveAsDraftButton { background-color: #78213E; color: #fff; display: inline-block; font-size: 16px; height: 34px; line-height: 35px; text-align: center; text-transform: uppercase; margin-bottom: 10px; border:0; padding: 0 18px 0 18px; cursor: pointer; border-radius: 3px; } input#NextButton:hover, input#PrevButton:hover, input#SaveAsDraftButton:hover {background-color: #902649; text-decoration: none;} .width100 {width: initial!important;} #formnavbuttons {padding-left: 66px;}