/* CSS */


form p {
    margin-top: 20px;
    margin-bottom: 20px;
}

label {
	float: left;
}

.mandatory, .optional {
	float: right;
	padding-right: 10px;
}

.mandatory {
	background: url(decoration/mand.gif) top right no-repeat;
}

.formnote {
	display: none;
}

.formnote {
	float: right;
	display: block;
	margin-right: 6px;
	text-align: right;
}
.formnote a {
	text-decoration: none;
}
.formnote a:hover {
	text-decoration: underline;
}


form {
	width: 24em;
}

.clear {
	float: none;
	float: clear;
}

.button {
    color: #666 ;
    background: white;
    padding: 5px;
    margin-right: 45px;
    text-align: right;
    font-size: 0.8em;
	float: right;
	margin-right: 12px;
    cursor: pointer;
    border: 1px grey solid;
    text-decoration:none;
}
.button:hover {
    border: 1px black solid;
    text-decoration:none;
}

input {
    background: #eee;
}

/* form validation */

.completed, .defaulted, .notcompleted {
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border: 0;
}

.completed, .defaulted {
	border-bottom: solid 2px #ddd;
}

.notcompleted {
	border-bottom: solid 2px #FF2828;;
}

.order_num {
    font-size: 1.4em;
    text-align: right;
}

.order_text {
    font-size: 1.2em;
    text-align: left;
}

.nagoff {
	display: none;
}
.nagon {
	display: block;
	color: #FF2828;
	background-color: #eee;
	padding: 10px;
}
.nagon a {
	text-decoration: none;
}
.nagon a:hover {
	text-decoration: underline;
}

select {
    font-size: 1.2em;
}

textarea {
    background: url(backgrounds/plain_grey.jpg) left top no-repeat #f0f0f0;
}

textarea:focus, input:focus {
    background: #ffffff;
}

