/*
	This file contains styles for Alert Buttons and Alert forms
*/

/* 
	alert button styles
	N.B. most of the styles are inherited from the 'button' class
*/
.alert-button {
	white-space: nowrap;
	font-weight: normal !important;
}

/*
	alert form styles
*/
.alert-form {
	 margin: -5px -10px -5px -9px;
    width: 245px;
    z-index: 10000;
    background-color: #F9F7EA;
    color: #969178;
    padding: 13px;
    float: left;
}

	.delivery-method {
		padding: 10px 0;
	}
	.alert-form p {
		padding-top: 5px;
	}
	.alert-form .error {
		color: red;
		padding-bottom: 5px;
	}
	.alert-form input[type="text"] {
		color: #969178;
	}
		.lt-ie8 .alert-form input[type="text"] {
			width: 50%;
		}
	.alert-form .delivery-method label {
		background: url("../images/checkbox-unchecked.png")
			no-repeat left top;
		cursor: pointer;
		font-weight: bold;
		padding: 0 0 4px 16px;
		display: inline-block;
	}
	.alert-form .delivery-method label.checked {
		background-image: url("../images/checkbox-checked.png");
	}
	
	.alert-form .delivery-method label input {
		display:none;
	}
	
	.alert-form .button {
		font-size: 10px;
		padding: 0 5px 7px; 
		float: right;
	}