@charset "utf-8";
/* CSS Document Created by: Mick Dinulos for CPS Creative May 28, 2009 */


/* Layout */

* {
margin: 0px;
padding: 0px;
}

body {
background: #07213b;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#fff;
margin:20px;
}

h2 {
font-size: 18px;
margin-bottom: 20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}

h3 {
font-size: 24px;
margin-bottom: 10px;
font-weight:normal;
}

.textfield {
font-size: 26px;
padding:4px;
margin: 0 0 0 25px;
text-align:right;
float:left;
display:block;
}

.textfield_comment {
font-size: 14px;
padding:4px;
margin: 0 0 8px 0;
text-align:left;
float:left;
display:block;
}


a.main_button, a:link.main_button, a:active.main_button, a:visited.main_button {
background: url(../imgs/button_bg.png) no-repeat top left;
display:inline-block;
font-size:18px;
float:left;
clear:both;
color:#fff;
text-decoration:none;
width: 329px;
height:23px;
padding:10px 20px;
margin: 0 0 10px 0px;
cursor:pointer;
}

a:hover.main_button{
background-position: left -43px ;
}

a.test_button, a:link.test_button, a:active.test_button, a:visited.test_button{
background: url(../imgs/test_button.png) no-repeat top left;
display:block;
font-size:18px;
float:left;
color:#fff;
text-decoration:none;
width: 185px;
height:23px;
padding:10px 0px;
margin: 0 0 10px 25px;
text-align:center;
cursor:pointer;
}

a:hover.test_button{
background-position: left -43px ;
}

.text_large {
font-size: 36px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
display:inline-block;
background: #135FC3;
width:50px;
padding:6px;
text-align:center;
border-bottom: 1px solid #4D6380;
border-right: 1px solid #4D6380;
border-left: 1px solid #B5C9E3;
border-top: 1px solid #B5C9E3;
}

.text_box {
font-size: 36px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
display:block;
background: #135FC3;
width:50px;
padding:6px;
text-align:center;
border-bottom: 1px solid #4D6380;
border-right: 1px solid #4D6380;
border-left: 1px solid #B5C9E3;
border-top: 1px solid #B5C9E3;
}


.popup_table {
background: url(../imgs/cnt_bg.png) repeat top left;
}

.div_textfield {
float:left;
display:block;
margin-bottom: 6px;
width:440px;
}

.div_textfield .textfield:hover {
background: #F0F7FF;
z-index:25;
}

.div_textfield label {
display:block;
float:left;
height:25px !important;
width:114px;
text-align:left;
margin-right: 20px;
padding-top: 2px !important;
}

.div_textfield .textfield {
border: 1px solid #d7d7d7;
width: 240px;
display:block;
float:left;
margin: 0 15px 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:2px;
text-align:left;
}

.div_textfield .radio_button {
margin-left: 20px;	 
}

.div_textfield .checkbox{
margin-left: 20px;	 
}

p {
line-height: 130%;
margin-bottom: 15px;
text-align:left;
}

h4 {
font-size: 24px;
margin-top: 20px;
margin-bottom: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
clear:both;
color:#B7DFFD;
border-bottom: 1px solid #B7DFFD;
}

h2 {
font-weight: bold;
/*margin-top: 20px;*/
margin-bottom: 0px;
}
.clear_paragraph {
clear:both;
}

#response {
margin-top: 0px;
margin-bottom: 5px;
color:#00FF00;
text-align:center;
}

.error {
margin-bottom: 5px;
color:#FF0000;
text-align:center;
}

a, a:link, a:active, a:visited {
color: #FF8301;
text-decoration:underline;
} 

a:hover {
color:#fff;
text-decoration:underline;
} 
