form { display: inline; }
.form_textfield_newsletter { color: #1b1b1b; font-size: 11px; font-family: verdana, tahoma, sans-serif; font-weight: normal; font-style: normal; background-color: #fff; text-decoration: none; width: 100%; height: 21px; padding: 3px; border: solid 1px #fff; display: block; }
.form_textfield_newsletter:hover { color: #000; font-size: 11px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; background-color: #5E719B; display: block; padding: 3px; width: 100%; height: 21px; border: solid 1px #5E719B; }
.form_textfield { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-weight: normal; font-style: normal; background-color: #dfdfdf; text-decoration: none; width: 100%; height: 25px; padding: 4px; border: solid 1px #dfdfdf; display: block; }
.form_textfield:hover { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; background-color: #5E719B; display: block; padding: 4px; width: 100%; height: 25px; border: solid 1px #5E719B; }
.form_textarea { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; line-height: 22px; background-color: #dfdfdf; text-decoration: none; display: block; padding: 5px; width: 100%; height: 150px; border: solid 1px #dfdfdf; }
.form_textarea:hover { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; line-height: 22px; text-decoration: none; background-color: #5E719B; display: block; padding: 5px; width: 100%; height: 150px; border: solid 1px #5E719B; }
.form_dropdown { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; background-color: #dfdfdf; text-decoration: none; display: block; padding: 2px; width: 100%; height: 23px; border: solid 1px #dfdfdf; }
.form_dropdown:hover { color: #000; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; background-color: #5E719B; display: block; padding: 2px; width: 100%; height: 23px; border: solid 1px #5E719B; }
.form_dropdown_list { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; background-color: #5E719B; display: block; padding: 5px; border-bottom: 1px dotted #fff; }
.form_radio { background-color: #fff; width: 14px; height: 14px; padding: 2px; border: solid 1px #fff; display: block; }
.form_checkbox { background-color: #fff; width: 14px; height: 14px; display: block; padding: 2px; border: solid 1px #fff; }
.form_button { color: #fff; font-size: 11px; font-family: verdana, tahoma, sans-serif; font-weight: bold; font-style: normal; background-color: #313B52; text-decoration: none; text-align: left; width: 100%; padding: 5px; border: solid 1px #313B52; display: block; }
.form_button:hover { color: #fff; font-size: 11px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; background-color: #5E719B; text-align: left; display: block; width: 100%; padding: 5px; border: solid 1px #5E719B; }
.form_button_newsletter { color: #fff; font-size: 10px; font-family: verdana, tahoma, sans-serif; font-weight: bold; font-style: normal; background-color: #313B52; text-decoration: none; padding: 5px 10px; border-right: 1px solid #fff; border-left: 1px solid #fff; border-top-style: none; border-top-width: 0; border-bottom-style: none; border-bottom-width: 0; display: block; }
.form_button_newsletter:hover { color: #fff; font-size: 10px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; background-color: #5E719B; display: block; padding: 5px 10px; border-top-style: none; border-top-width: 0; border-right: 1px solid #fff; border-bottom-style: none; border-bottom-width: 0; border-left: 1px solid #fff; }
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#999999;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"arial", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#ffffff;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#666666;
    border:1px solid #666666;
    color:#ffffff;
}
.buttons a.positive:active{
    background-color:#477CC0;
    border:1px solid #265682;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/*Forms defaults*/
input, textarea {
	font-family:Arial, verdana;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:159px;
	height:29px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:8px 8px;
}
.textinput1, .textinputHovered {
	width:159px;
	height:29px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	cursor: pointer;
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
.buttonSubmitform, .buttonSubmitformHovered {
	width:100px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitformHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}

