/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
ol {
	list-style-type: decimal;
	margin: 5px; 
}
li {
margin-bottom: 10px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.submitLink {
font-family: "GillSansStdRegular", Verdana, Tahoma;
    font-size: 0.93em;
    display: block;
    background-color: #fff;
    color: #1e6a95;
    text-decoration: none;
}
.submit_button{
border:1px solid #1c5a85; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;border-radius: 13px;
font-size:0.93em; 
font-family:GillSansStdRegular, Verdana, Tahoma; 
padding: 5px 5px 5px 5px; 
text-decoration:none; display:inline-block;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-weight:bold; color: #FFFFFF;
margin-left:300px;
margin-top:10px;
 background-color: #2685BB; background-image: -webkit-gradient(linear, left top, left bottom, from(#2685BB), to(#1c5a85));
 background-image: -webkit-linear-gradient(top, #2685BB, #1c5a85);
 background-image: -moz-linear-gradient(top, #2685BB, #1c5a85);
 background-image: -ms-linear-gradient(top, #2685BB, #1c5a85);
 background-image: -o-linear-gradient(top, #2685BB, #1c5a85);
 background-image: linear-gradient(to bottom, #2685BB, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
}

.submit_button:hover{
 border:1px solid #5ca6c4;
 background-color: #82bbd1; background-image: -webkit-gradient(linear, left top, left bottom, from(#82bbd1), to(#193b61));
 background-image: -webkit-linear-gradient(top, #82bbd1, #193b61);
 background-image: -moz-linear-gradient(top, #82bbd1, #193b61);
 background-image: -ms-linear-gradient(top, #82bbd1, #193b61);
 background-image: -o-linear-gradient(top, #82bbd1, #193b61);
 background-image: linear-gradient(to bottom, #82bbd1, #193b61);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82bbd1, endColorstr=#193b61);
}
    .ui-datepicker {  
        width: 206px;  
        height: auto;  
        margin: 5px auto 0;  
        font: 9pt Arial, sans-serif;  
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);  
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);  
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);  
    }  