@charset "UTF-8";

/* Solar Savers Common CSS */

/* Copyright (c) 2009. Rheem Australia. All rights reserved. */

/* REBATE REGISTER */
.RegisterTitle {
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	color:#54d131;
	font-weight:bold;
	font-size:22px;
	white-space:nowrap;
}
.RegisterType {
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	color:#54d131;
	font-weight:bold;
	font-size:18px;
	white-space:nowrap;
}
.RegisterTotal {
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:26px;
}
.conditionsText { font-size:85%; font-style:italic; }

.Pcodeinput { font-family:Arial,Helvetica,sans-serif; color:#999999; font-size:0.6em; font-weight:bold; padding:3px; width:12em; }

/* OTHER PAGE ELEMENTS */
.DisclaimerBox { font-family:Arial,Helvetica,sans-serif; color:#999999; font-size:0.6em; font-weight:normal; padding:3px; width:800px; margin:auto; margin-top:20px; border-top:1px #CCCCCC solid; }

.BottomLink { color:#666666; white-space:nowrap; }
.BottomLink a { color:#333333; text-decoration:none; }
.BottomLink a:hover { color:red; text-decoration:underline; }