﻿html {
    height: 100%;
    margin: 0px auto;
}       

body {
    height: 100%;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: #0e345b; /* Old browsers */
    background: -moz-linear-gradient(top,  #0e345b 0%, #1f73b1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e345b), color-stop(100%,#1f73b1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0e345b 0%,#1f73b1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0e345b 0%,#1f73b1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0e345b 0%,#1f73b1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0e345b 0%,#1f73b1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e345b', endColorstr='#1f73b1',GradientType=0 ); /* IE6-9 */
    background: url('/images/background.jpg');
    background-image: url('/images/background.jpg');
    font-family: sans-serif;
}

#SiteWrapper {
    margin: 0 auto;
    width: 1000px;
}

#HeaderBlock {
    margin: 0px auto;
    margin-top: 50px;
    width: 664px;
}

#ContentBlock {
    margin: 0px auto;
    text-align: center; 
    color: white; 
}

#FooterBlock {
    margin: 0px auto;
    text-align: center; 
    color: white; 
    font-size: 13px;
}

#EmailBox {
        margin: 0px auto;

        position: relative;
        border: 2px solid rgba(59,103,158,0.5);
        padding: 15px 25px 15px 25px;
        border-radius: 7px;
        background: rgba(59,103,158,0.35);
}

		.Buttons {
			min-height: 25px;
			font-family: sans-serif;
			font-weight: bold;
			font-size: 13px;
			color: white;
			padding: 5px 25px 5px 25px;
			text-align: center;
			background-color: #3e6f96;
			border: 0px solid #1e364a;
			border-radius: 3px;
			background: radial-gradient( ellipse, #3e6f96, #1e364a );
            background: rgb(59,103,158); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
white-space: pre-wrap;
    box-shadow:  rgba(15,29,40,0.5) 5px 5px 20px;
		}
		.ButtonsHover {
			min-height: 25px;
			font-family: sans-serif;
			font-weight: bold;
			font-size: 13px;
			color: gold;
			padding: 5px 25px 5px 25px;
			text-align: center;
			background-color: #3e6f96;
			border: 0px solid #1e364a;
			border-radius: 3px;
			box-shadow: gold 0px 0px 13px;
			background: radial-gradient( ellipse, #3e6f96, #1e364a );
            white-space: pre-wrap;
			background: rgb(59,103,158); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    box-shadow:  rgba(15,29,40,0.5) 5px 5px 25px;
transform: scale(1.025)}

.FormTextBox {
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    width: 200px;
    padding: 0px 7px 0px 7px;
    margin: 0px 0px 5px 0px;
}

.FormTextArea {
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    overflow: auto;
    padding: 5px 7px 5px 7px;
    width: 350px;
    height: 80px;
    font-family: sans-serif;
}

.FormLabel {
    text-align: left;
    margin: 0px 0px 3px 5px;
}

.FormTextBoxError {
    border: 1px solid #e87b05;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    width: 200px;
    padding: 0px 7px 0px 7px;
    margin: 0px 0px 5px 0px;
    box-shadow: rgba(161, 64, 179, 0.9) 0px 0px 30px;
}

.FormTextAreaError {
    border: 1px solid #e87b05;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    overflow: auto;
    padding: 5px 7px 5px 7px;
    width: 350px;
    height: 80px;
    font-family: sans-serif;
    box-shadow: rgba(161, 64, 179, 0.9) 0px 0px 30px;
}
