  .untable table {
	border : 2px solid #000 !important;
}
.untable table thead {
	
}
.untable table thead th {
	
}
.untable table tr {
	
}
.untable table td {
	
}


.star{color:#FF0000;}
.error_msg{
	background-color: #FFE8E8;
	border: 1px solid red;
	padding: 5px;
	margin-bottom:20px;
	float:left;
	color:#BF0000;
	font-weight:bold;
	width:100%;
	font-size:13px;
	margin-top:10px;
}

.success_msg{
	background-color: #BFF9C9;
	border: 1px solid #006600;
	padding: 5px;
	margin-bottom:20px;
	float:left;
	color:#003300;
	font-weight:bold;
	width:100%;
	font-size:13px;
	margin-top:10px;
}
.error{
	float:left;
	color:#f00;
	width:100%;
	font-size:15px;
}
  
.textbox{  margin: 5px 0 0;
  padding: 7px;
  border: 0;
  border: #CCCCCC solid 1px;
  outline: 1;
  resize: none;
  font-size: 13px;
  line-height: 17px;
  background-color: #fff;
  color: #818181;
  font-family: 'Raleway';
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:90%;}
/*  
.wpcf7 form.wpcf7-form p {
  margin-bottom: 20px;
}
*/

/*p {
  margin: 10px 0px;
}*/

input {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCCCCC;
	/*border: 1px solid #590265;*/
	outline: none;
	padding:7px;
}
select{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCCCCC;
	/*border: 1px solid #590265;*/
	outline: none;
	padding:7px;
	}

textarea{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCCCCC;
	/*border: 1px solid #590265;*/
	outline: none;
	padding:7px;
	}
	
.star{
	color:#F00;
	font-size:19px;
	}
table{border:none !important}
table tr td{
	padding:5px 0px;
	border:none !important;
	text-align:left !important
	}

.page-content {
margin: 0 auto;
/* max-width: 474px; */
}
input[type='radio']{
	width:14px;
	height:14px;
	}
input[type='checkbox']{
	width:14px;
	height:14px;
	}
/*input[type='submit']{
	border:none;
	padding:5px 10px;
	border: 1px solid #CCCCCC;
	}
input[type='submit']:hover{
	border: 1px solid #333333;
	cursor:pointer;
	padding:5px 10px;
	}*/
.radio_col{
	/*width:20px;*/
	float:left;
	margin-left:20px;
	}
.checkbox_col{
	float:left;
	/*margin-left:20px;*/
	}
.radio_right_col{
	float:left;
	}
label{
	margin:0px 10px 0px 0px;
	float:left;
	width:100%;
	}
.gift_amount{
	margin-bottom:10px;
	float:left;
	}
.donate_heading{
	color:#590265;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #590265;
	margin:15px 0px;
	float:left;
	width:100%;
	text-align:left !important
	}

.idbmsBreadcrumbSeparator{color:#590265;font-weight:bold;}	
.breadcum_success{font-weight:bold;}
.breadcum_active{color:#590265;font-weight:bold;}

.areaAcc{
	border: 1px solid #d3d3d3;
    background: #e6e6e6 url("../images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
	display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .3em .3em .3em .5em;
    min-height: 0;
    /* support: IE7; */
    font-size: 14px;
	font-weight:bold;
}

.areaAcc:hover{color:#555555;}

article.tabs
{
	position: relative;
	display: block;
	width: 100%;
	height: 15em;
	margin: 2em auto;
}

article.tabs section
{
	position: absolute;
	display: block;
	top: 1.8em;
	left: 0;
	height: 12em;
	padding: 10px 20px;
	background-color: #ddd;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	z-index: 0;
}

article.tabs section:first-child
{
	z-index: 1;
}

article.tabs section h2
{
	position: absolute;
	font-size: 1em;
	font-weight: normal;
	width: 120px;
	height: 1.8em;
	top: -1.8em;
	left: 10px;
	padding: 0;
	margin: 0;
	color: #999;
	background-color: #ddd;
	border-radius: 5px 5px 0 0;
}

article.tabs section:nth-child(2) h2
{
	left: 132px;
}

article.tabs section:nth-child(3) h2
{
	left: 254px;
}

article.tabs section h2 a
{
	display: block;
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
}

article.tabs section:target,
article.tabs section:target h2
{
	color: #333;
	background-color: #fff;
	z-index: 2;
}

article.tabs section,
article.tabs section h2
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}