.rare-input {
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  font-family: "SiyamRupali", Helvetica, Arial, sans-serif;
  display: inline-block;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  padding:6px;
 }
.rare-input:focus, .rare-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
 }
.rare-btn {
  vertical-align: middle;
  /*-webkit-appearance: button;*/
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-family: "SiyamRupali", Helvetica, Arial, sans-serif;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border: 1px solid #cccccc;
  *border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 }
.rare-textarea{
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  font-family: "SiyamRupali", Helvetica, Arial, sans-serif;

 }
.rare-btn:hover,
.rare-btn:focus,
.rare-btn:active,
.rare-btn.active,
.rare-btn.disabled,
.rare-btn[disabled] {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #bd362f;
 }
.rare-btn:active,
.rare-btn.active {
  background-color: #942a25 \9;
 }


.rare-contact-block {
	background:url(images/contact.png) no-repeat left top; 
	padding:170px 10px 62px 40px; 
	color:#eee; 
	font-size:12px;
	line-height:24px;
	}

.rare-contact-information {
	background:url(images/support_woman.jpg) no-repeat 320px top; 
	font-size:16px; 
	color:#666; 
	padding:10px 30px
	}

.rare-contact-form {
	font-size:13px; 
	color:#666; 
	margin:5px auto;
	}

.rare-title {
	background:#b60b0a; color:#fff; 
	border-radius:0 10px 0 10px; 
	-moz-border-radius:0 10px 0 10px; 
	-webkit-border-radius:0 10px 0 10px; 
	padding:15px; 
	margin:10px 0;
	}

.rare-content {
	margin:10px 0; padding:20px;
	font-size:12px; 
	border:1px solid #ddd; 
	border-radius:10px 0 10px 0;
	-moz-border-radius:10px 0 10px 0;
	-webkit-border-radius:10px 0 10px 0;
	}

.rare-confirm-box {
	color:green;
	border:2px solid green;
	border-radius:10px 0 10px 0; 
	-moz-border-radius:10px 0 10px 0; 
	-webkit-border-radius:10px 0 10px 0; 
	padding:15px;
	margin:0 10px;
	font-size:14px;
	}

.rare-error-box {
	color:#e00;
	border:2px solid #e00;
	border-radius:10px 0 10px 0; 
	-moz-border-radius:10px 0 10px 0; 
	-webkit-border-radius:10px 0 10px 0; 
	padding:15px;
	margin:0 10px;
	font-size:14px;
	}

.readMore {
	background:#f9f9f9 url(images/plus+.png) no-repeat 20px center; 
	padding:10px 20px; padding-left:56px; 
	cursor:pointer; 
	border-bottom:1px solid #eee; 
	margin:0; 
	color:#999; 
	font-size:14px;
	}
	
.readLess {
	background:#555 url(images/plus-.png) no-repeat 20px center; 
	padding:10px 20px; padding-left:56px; 
	cursor:pointer; 
	border-bottom:1px solid #555; 
	margin:0; 
	color:#fff; 
	font-size:14px;
	}
	
.rare-faq-block {
	display:none; 
	background:#555; 
	color:#fff; 
	padding:0 20px 10px 56px; 
	font-size:12px;
	border-bottom:1px solid #eee;
	}

.rare-news-title {
	border-bottom:3px solid #eee; 
	padding:5px; 
	color:#b60b0a; 
	font-weight:bold;
	text-transform: uppercase;
	}
	
.rare-news-title .rare-date {
	float:right; 
	color:#999; 
	background:#f0f0f0; 
	border:1px solid #eee; 
	font-size:11px; 
	padding:1px 10px;
	border-radius:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-shadow:0 1px 0 #fff;
	-moz-text-shadow:0 1px 0 #fff;
	-webkit-text-shadow:0 1px 0 #fff;
	}

.rare-news-content {
	padding:20px; 
	font-size:12px; 
	margin:10px 0; 
	border:1px solid #eee;  
	border-radius:10px 0 10px 0; 
	-moz-border-radius:10px 0 10px 0; 
	-webkit-border-radius:10px 0 10px 0; 
	background:#f9f9f9; 
	color:#666;
	}
	
.rare-represent-title {
	color:#333; 
	background:#f9f9f9; 
	border:3px solid #ddd; 
	padding:5px; 
	margin:5px; 
	border-radius:10px 0;
	}
	
.rare-represent-content {
	color:#fff; 
	background:#b60b0a; 
	border:3px solid #b60b0a; 
	padding:5px 20px; 
	margin:5px; 
	border-radius:0 10px;
	}
	
.rare-plan-wrapper {
background:#fafafa; border:1px solid #eee; 
box-shadow:inset 0 0 5px #ccc; 
-moz-box-shadow:inset 0 0 5px #ccc; 
-webkit-box-shadow:inset 0 0 5px #ccc; 
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
margin-bottom:10px;
}	

.rare-plan-wrapper:hover {
box-shadow: inset 0 0 10px #b60b0a;
-moz-box-shadow: inset 0 0 10px #b60b0a;
-webkit-box-shadow: inset 0 0 10px #b60b0a;
-webkit-transition: all ease-in-out 
.3s;-moz-transition: all ease-in-out .3s;
}

.rare-plan-title {
padding:10px; font-size:30px; text-align:center; margin:10px;
}

.rare-plan-details {
margin:10px; padding:10px;
border:1px solid #ddd;  
border-radius:0 10px 0 10px;
-moz-border-radius:0 10px 0 10px;
-webkit-border-radius:0 10px 0 10px;
box-shadow:inset 0 0 5px #ddd;
-moz-box-shadow:inset 0 0 5px #ddd;
-webkit-box-shadow:inset 0 0 5px #ddd;
}

.rare-plan-item {
border-radius: 10px 0 10px 0; 
-moz-border-radius: 10px 0 10px 0; 
-webkit-border-radius: 10px 0 10px 0; 
box-shadow:0 0 5px #999; 
-moz-box-shadow:0 0 5px #999; 
-webkit-box-shadow:0 0 5px #999; 
font-size:20px; margin-top:20px;
background: #bd362f; color:#fff;
}

.rare-plan-item2 {
border:0px solid #bd362f; 
border-radius:0 10px 0 10px; 
-moz-border-radius:0 10px 0 10px; 
-webkit-border-radius:0 10px 0 10px;
box-shadow:0 0 5px #bd362f; 
-moz-box-shadow:0 0 5px #bd362f; 
-webkit-box-shadow:0 0 5px #bd362f; 
text-transform:uppercase;
}

.rare-plan-item3 {
background: #bd362f; color:#fff; border:none;
}

.rare-home {
font-size:12px;
height:238px;
background:url(images/home.jpg) top left no-repeat; 
color:#fff;
border-radius:10px;
-moz-border-radius:10px; 
-webkit-border-radius:10px;
padding-left:30px;
padding-top:60px;
padding-right:70px;
over-flow:hidden;
}