html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6, strong, b{font-weight:600;}
a{text-decoration:none;}
.clear{clear:both;}
.fleft{float:left !important;}
.fright{float:right !important;}
.Pad{margin:10px 12px 0 0 !important; }
 .pad2{line-height:30px !important;}
 .blue {color: #0077B5;}
 .font{font-family:Arial, Helvetica, sans-serif;}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/8KhZd3VQBtXTAznvKjw-kxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/-_Ctzj9b56b8RgXW8FAriRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/xkvoNo9fC8O2RDydKj12bxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/JbtMzqLaYbbbCL9X6EvaIxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
/* --------------------- Layout tags --------------------- */
body{
	background:url(http://www.youmint.com/images/bg_body.jpg) repeat;
	color:#333;
	font-size:15px;
	font-family: 'Raleway' !important;
}
.wrap{
	width:1000px;
	margin:0 auto;
}
.pagination{
	width:100%;
	border-top:1px solid #F2F2F2;
	padding:10px 0;
	float:left;
	font-family:'arial';
}
.pagination ul{float:right;}
.pagination li{
	margin:0 5px 0 0;
	text-align:center;
	float:left;
	font-size:12px;
}
.pagination span{padding:5px 0 0 8px; float:left;}
.pagination span a{color:#0077B5; font-size:13px; text-decoration:underline;}
.pagination li.large a{width:39px;}


.pagination li a{
    background:#fff;
    color:#272c35;
    width:22px;
    height:22px;
    line-height:22px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:block;
    font-size:12px;
}
.pagination li a:hover, .pagination li a.active{background: #cb0015; color:#fff;}
.pagination li a:hover, .pagination li a.selected{background: #cb0015; color:#fff;}


a.close {
    background: #CB0015;
    -moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
    color: #fff;
    display: block;
    font-size: 8px;
    height: 15px;
    line-height: 14px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    width: 15px;
    z-index: 999;
}
a.close.red {
    background:#CB0015;
    color: #fff;
    display: block;
    font-size: 10px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
    height: 16px;
    line-height: 14px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 2px;
    width: 16px;
    z-index: 999;
}

.Err-msg{
width:96%;
margin:0 0 0 0;
padding:0 0 0 40px;
text-align:left;
line-height:39px;
background:#ffcec6 url(http://www.youmint.com/images/error_msgred.png) no-repeat 10px ;
font-size:12px;
margin:20px 0 0 0;
color:#000;
}
.success-msg{
width:96%;
margin:20px 0 0 0;
padding:0 0 0 40px;
text-align:left;
line-height:39px;
background:#f3ffeb url(http://www.youmint.com/images/success_msg.gif) no-repeat 10px ;
font-size:12px;
color:#000;
}
