@charset "utf-8";
/* CSS Document */



/* Globaldeclaration ---------------------- */
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	line-height:normal;
}

html {	-webkit-text-size-adjust: auto; /* Automatically adjusted for Safari on iPhone. */	-ms-text-size-adjust: auto;	}
body {background:#fff; font-family: 'Myriad Pro Regular'; font-weight: normal; font-style: normal; font-size: 14px; color: #222222; position: relative; -webkit-font-smoothing: antialiased;line-height: 1.42857; width:100%;height:100%;}
html, body{height:100%; }
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {display: block;}
fieldset, img {	border: 0;}

 a, p a:visited {line-height: inherit;}

/* Reset for strange margins by default on <figure> elements */
figure { margin: 0; }

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px; direction: ltr; }


/* Lists ---------------------- */
ul, ol, dl { margin:0; padding:0; list-style:none; }
ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; }
ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }

/* headings */
h1, h2, h3, h4, h5, h6 {font-size:100%;	font-weight:normal;}

/* inpput */
input::-moz-focus-inner{border: 0; padding: 0; }
input{border:0 none; outline:0 none;}

.text_Center{ text-align:center;}


form {display: inline;  margin: 0;  padding: 0;}

.siteForm input[type="text"] {
    background: none repeat scroll 0 0 #3D3C3C;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    height: 23px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
    width: 100%;
	border-radius:2px;
     }

.siteForm input[type="submit"] {
   background: none repeat scroll 0 0 #cc2127;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Myriad Pro Regular';
    font-size: 26px;
    height: 49px;
    line-height: 30px;
    margin-top: 10px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    vertical-align: middle;
	}













