/* CSS Document */

* {
    outline: none;
}

.text-box input{

   	border:1px solid #a09b96; 

	background:#FFFFFF;

	width:174px; height:21px;

	font-size:1em;

	padding-left:5px;

	margin-bottom:3px

}

textarea{

   	border:1px solid #a09b96; 

	background:#FFFFFF;

	width:214px; height:121px;

	font-size:1em;

	padding-left:5px;

	margin-bottom:11px;

	overflow:auto}



.discount_price {

    color:red;

    text-decoration:line-through;

}



/*.errorMessage {

    color:#FF0000;

    font-size:11px;

} */

.text-box .errorMessage {

    color:#FF0000;

    font-size:11px;

}

.radio{

    color:#141414;

    border:none;

    width: 50px;

    font-size:12px;

    height:16px; 

}
 
#agreeInsurance, #agreeTerms, #agreeKey{

    width: 50px;

    border:none;

    font-size:12px;

    height:16px;

	outline: none; 

}

.checkbox{

    width: 50px;

    border:none;

    font-size:12px;

    height:16px; 

}
.description {

    font-size:11px;

}

.notify_table {
	margin: 0;

	padding: 0;

    min-height:20px;

    width:750px;

	margin-left: 50px;

}

.text-box .buy:hover {
	
	background-image:url(images/green_buy_button.jpg);

	height:53px;

	width:230px;
}


.text-box .buy{

	background-image:url(images/red_buy_button.jpg);

	border:0 none;

	height:53px;

	width:230px;
}

#notify_span{

	margin-left: 50px;
}