@CHARSET "UTF-8";



form {
	padding: 0;
	margin: 0;	
}


form fieldset.lines {
	margin-top: 10px;
	border-top: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
}




ol li.largebox {
	padding: 0;
	margin: 0;
	width: 100%;
}

ol li.largebox label {
	width: 100%;	
}

ol li.largebox textarea {
	width: 95%;
}

form fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
	
}


form fieldset {
  width:350px;
	padding: 10px;
	border:solid 0px #ffffff;
}
    
form fieldset ol li {
	position: relative;
	padding: 4px 0;
	margin: 0;
	clear: right;
}




form fieldset ol li.twoline {	
}

form fieldset ol li.twoline label {
	float: none;
	width: 100%;
	margin-top: 0px;
}

label {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
 	display: block;
    padding: 5px 0px 5px 0;
    height: 14px;
    float: left; 
    width: 128px;

}

label.twoline {
	margin-top: -8px;	
}




form fieldset ol li div.checkbox label {
	float: left;
	padding-top: 9px;
	font-weight: none;
}
form fieldset ol li div.checkbox.long label {
	width: 80%;
	font-weight: none;

}

div.checkbox input {
	float: left;
	margin: 7px;
}
div.checkbox label {
	float: left;
	width: 150px;
}


input {
	border: solid 1px #959595;
	padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.button_holder {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.button_spacer {
	padding-top: 10px;
}


button {
	cursor: pointer;
	padding: 3px;
	background: #1c449c;
	border: solid 1px #1c449c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color:  #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    width: -10%;
    
}

button.black {
	background: #000;
	border: solid 1px #000;
}

button.yellow {
	background: #fcc000;
	border: solid 1px #fcc000;
	color: #fff;
}

button.hollow {
	background: #fff;
	color: 	#1c449c;
}

button:hover {
	opacity: 0.7;	
	filter:alpha(opacity=70);
}

html>body button {
	padding-left: 5px;
	padding-right: 5px;

	
}

button.fix80 {
	width: 80%;	
}

html>body button.fix80 {
	width: 100%;
}

	