﻿/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#002E54;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body { font-family: Arial, Helvetica, Sans-Serif; font-size: 62.5%; }

.hidden,.skipnav { display:none; }


.clear
{
	clear:both;
}

.clearleft
{
	clear:left;
}

input,textarea
{
	border:solid 1px #002f55;
	padding:3px;
	font-size:1.1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

select
{
		border:solid 1px #002f55;
			-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:2px;
font-size:1.1em;
}

option
{
	padding-right:5px;
}

input:focus,textarea:focus
{
	border:solid 1px #002f55;
	background:#dae9f2;
}


input.button,a.button
{
	background: #002f55 url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	font-size:12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-top:5px;
	width:auto;
	
}



a.button
{
	padding:5px 10px 6px;
}


