@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height:22px;
	color: #282937;
}


#rcorners1 {
    border-radius: 15px;
    background: #fff;
    padding: 20px;
    width: 1000px;
	margin:10px auto 50px auto;
    height: auto;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:auto;
	height:auto; }
	
h1 { font-family: 'Francois One', sans-serif;
font-size:46px;
margin:30px auto;
	}

hr {
border-top: 1px dotted #8c8b8b;
}

.checkout_heading {
	background-color:#283040;
	padding:10px;
	color:#FFF;
}
input[type="text"] {
  display: block;
  margin: 0;
  width: 400px;
  padding:10px 5px;
  font-size: 14px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  
}
input[type="text"]:focus {
  outline: none;
}


select {
	font-size: 14px;
   border: 1px solid #ccc;
   height: 34px;
   width: 208px;
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:35px;
	font-weight:bold;
	font-style:normal;
	height:60px;
	line-height:50px;
	width:100%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.button:active {
	position:relative;
	top:1px;
}
#creamtable {
	border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
#in1 {
	border: 3px solid #000;
    padding: 0px;
    text-align: left;

}
.incontent {
	font-size:12px;
}