/*
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 11px;
	display: inherit;
}
#wrapper {
	text-align: left;
	position: absolute;
	background-color: #FFFFFF;
	border: 3px groove #FF0000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	width: 300px;
	vertical-align: middle;
	top: 250px;
	right: 30%;
	bottom: 30%;
	height: auto;
	display: inherit;
}
.scroll {
	color: #000;
	font-size: 11px;
	text-align: left;
	width: 380px;
	height: 340px;
	overflow: auto;
}
*/
body {
	color: #000;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #000100;
}
p {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

a:link { color: #000; text-decoration: underline; }

a:visited {
    color: #000000;
    text-decoration: underline;
} 

a:hover {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}
li {
	list-style-type: circle;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: -1.4em;
}

hr {
	color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.signup_fields {
	font-size: 13px;
	color: #999999;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	vertical-align: middle;
	width: 150px;
	height: 22px;
}
.top_login_fields {
	font-size: 13px;
	color: #999999;
	text-align: left;
	vertical-align: top;
	width: 115px;
	height: 22px;
	background-color: #666666;
	border: 1px solid #999999;
	margin-top: 1px;
}
.top_login_cell {
	font-size: 11px;
	color: #CCCCCC;
	text-align: right;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 35px;
}
.top_login_cell a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
.top_login_cell a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.top_login_cell a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.top_login_cell a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.page_login_cell {
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	vertical-align: top;
	padding-top: 40px;
	background-color: #000000;
	padding-bottom: 40px;
	padding-right: 50px;
	padding-left: 50px;
	border: 1px solid #FFFFFF;
}
.page_login_cell a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
.page_login_cell a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.page_login_cell a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.page_login_cell a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.main_content {
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 14px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.general_content_cells {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 10px;
	border: 3px solid #000100;
}
.general_content_members {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.plain_content_cells {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	color: #000000;
}
.image_detail_cells {
	font-size: 12px;
	text-align: left;
	vertical-align: bottom;
	padding: 8px;
	color: #000000;
}


.quicklinks_box {
	background-color: #575757;
	border: 3px solid #000100;
	text-align: left;
	vertical-align: top;
}
.quicklinks_header {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.quicklinks_cell {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-image: url(../gfx/quicklinks_grade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000100;
	background-color: #000000;
	text-align: left;
	vertical-align: top;
}
.button1 {
	font-size: 13px;
	height: 22px;
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: bottom;
}
.button1 a:link {
	color: #FFFFFF;
	background-color: #000100;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	margin-top: 2px;
	height: 100%;
	border: 1px solid #CCCCCC;
	padding-top: 2px;

}
.button1 a:visited {
	color: #FFFFFF;
	background-color: #000100;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 0px;
	height: 100%;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
}
.button1 a:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 0px;
	height: 100%;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
}
.button1 a:active {
	color: #FFFFFF;
	background-color: #666666;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 0px;
	height: 100%;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
}
.button2 {
	font-size: 13px;
	height: 22px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	vertical-align: bottom;
}
.button2 a:link {
	color: #FFFFFF;
	background-color: #fe0000;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 0px;
	height: 100%;
	border: 1px solid #999999;
	padding-top: 2px;
	background-image: url(../gfx/button_grade.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.button2 a:visited {
	color: #FFFFFF;
	background-color: #fe0000;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 0px;
	height: 100%;
	border: 1px solid #999999;
	padding-top: 2px;
	background-image: url(../gfx/button_grade.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.button2 a:hover {
	color: #000000;
	background-color: #fe0000;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 0px;
	height: 100%;
	border: 1px solid #999999;
	padding-top: 2px;
	background-image: url(../gfx/button_grade.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.button2 a:active {
	color: #000000;
	background-color: #fe0000;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 0px;
	height: 100%;
	border: 1px solid #999999;
	padding-top: 2px;
	background-image: url(../gfx/button_grade.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.button2_disabled {
	color: #FFFFFF;
	background-color: #767676;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 0px;
	height: 100%;
	border: 1px solid #999999;
	padding-top: 2px;
	font-size: 13px;
	padding-bottom: 1px;
}

.fine_print {
	font-size: 10px;
	color: #999999;
	vertical-align: bottom;
	display: inline;
	clear: right;
	width: auto;
	padding-top: 20px;
}
a.fine_print:link {
	text-decoration: underline;
	color: #999999;
}
a.fine_print:visited {
	text-decoration: underline;
	color: #999999;
}
a.fine_print:active {
	text-decoration: underline;
	color: #999999;
}
a.fine_print:hover {
	text-decoration: underline;
	color: #999999;
}


.promo_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	font-weight: bold;
	width:155px;
}
a.promo_box:link {
	text-decoration: none;
	color: #000000;
}
a.promo_box:visited {
	text-decoration: none;
	color: #000000;
}
a.promo_box:hover {
	text-decoration: none;
	color: #000000;
}
a.promo_box:active {
	text-decoration: none;
	color: #000000;
}


.menucell {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 2px;
	background-color: #EF0101;
	border-right-width: 9px;
	border-left-width: 9px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000100;
	border-left-color: #000100;
	text-align: left;
	vertical-align: top;
	padding-bottom: 2px;
}
.menu_norm {
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}
a.menu_norm:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.menu_norm:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.menu_norm:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.menu_norm:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.menu_on {
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}
a.menu_on:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.menu_on:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.menu_on:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.menu_on:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.menu_norm_dropdown {
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 17px;
	text-decoration: none;
}
a.menu_norm_dropdown:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../gfx/arrow_white-down.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}
a.menu_norm_dropdown:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../gfx/arrow_white-down.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}
a.menu_norm_dropdown:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-image: url(../gfx/arrow_black-down.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}
a.menu_norm_dropdown:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-image: url(../gfx/arrow_black-down.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}
.menu_on_dropdown {
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}
a.menu_on_dropdown:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.menu_on_dropdown:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.menu_on_dropdown:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.menu_on_dropdown:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.footer {
	font-size: 11px;
	background-color: #000100;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 8px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #999999;
}
.footer  a:link {
	text-decoration: underline;
	color: #999999;
	margin-right: 10px;
}
.footer  a:visited {
	text-decoration: underline;
	color: #999999;
	margin-right: 10px;
}
.footer  a:active {
	text-decoration: none;
	color: #CCCCCC;
	margin-right: 10px;
}
.footer  a:hover {
	text-decoration: none;
	color: #CCCCCC;
	margin-right: 10px;
}
.greystrip {
	background-color: #000100;
	text-align: center;
}
.privacy-policy {
	font-size: 12px;
	color: #FFFFFF;
	padding: 8px;
}
.row_red td{
	font-size: 12px;
	color: #000000;
	background-color: #EF0101;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
.row1 td{
	font-size: 12px;
	color: #000000;
	background-color: #E6E6E6;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
.row2 td{

	font-size: 12px;
	color: #000000;
	background-color: #F3F3F3;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
.row1_norm {
	font-size: 12px;
	color: #000000;
	background-color: #E6E6E6;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
.row2_norm {
	font-size: 12px;
	color: #000000;
	background-color: #F3F3F3;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
}



.header-bar-1 {
	font-size: 17px;
	color: #FFFFFF;
	background-color: #fe0000;
	text-align: left;
	vertical-align: top;
	height: 20px;
	width: auto;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	background-image: url(../gfx/button_grade.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	clear: right;
}
.header-bar-2 {
	font-size: 17px;
	color: #FFFFFF;
	background-color: #949494;
	text-align: left;
	vertical-align: top;
	height: 20px;
	width: auto;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	background-image: url(../gfx/grey_grade.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: right;
}
.learn_menu_header  {
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	width: 143px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.learn_menu_lev1_norm {
	font-size: 13px;
	color: #000000;
	width: 144px;
	display: block;
}
a.learn_menu_lev1_norm:link {
	font-size: 13px;
	color: #000000;
	background-color: #DBDBDB;
	width: 144px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.learn_menu_lev1_norm:visited {
	font-size: 13px;
	color: #000000;
	background-color: #DBDBDB;
	width: 144px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.learn_menu_lev1_norm:active {
	font-size: 13px;
	color: #000000;
	background-color: #DBDBDB;
	width: 144px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.learn_menu_lev1_norm:hover {
	font-size: 13px;
	color: #000000;
	background-color: #DBDBDB;
	width: 144px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.learn_menu_lev2_norm {
	font-size: 13px;
	color: #000000;
	width: 144px;
	display: block;
}
a.learn_menu_lev2_norm:link {
	font-size: 13px;
	color: #000000;
	background-color: #EEEEEE;
	width: 144px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}
a.learn_menu_lev2_norm:visited {
	font-size: 13px;
	color: #000000;
	background-color: #EEEEEE;
	width: 144px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}
a.learn_menu_lev2_norm:active {
	font-size: 13px;
	color: #000000;
	background-color: #CCCCCC;
	width: 144px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}
a.learn_menu_lev2_norm:hover {
	font-size: 13px;
	color: #000000;
	background-color: #CCCCCC;
	width: 144px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}

.gold_menu_lev1_norm {
	font-size: 13px;
	color: #000000;
	width: 144px;
	display: block;
	background-color: #CC9933;
}
a.gold_menu_lev1_norm:link {
	font-size: 13px;
	color: #000000;
	background-color: #CC9933;
	width: 144px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.gold_menu_lev1_norm:visited {
	font-size: 13px;
	color: #000000;
	background-color: #CC9933;
	width: 144px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.gold_menu_lev1_norm:active {
	font-size: 13px;
	color: #000000;
	background-color: #CC9933;
	width: 144px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.gold_menu_lev1_norm:hover {
	font-size: 13px;
	color: #000000;
	background-color: #CC9933;
	width: 144px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.search_cell1 {
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	background-color: #E6E6E6;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.pagination {
	font-size: 12px;
	color: #000000;
	text-align: right;
	vertical-align: top;
}
.pagination a:link {
	color: #FF0000;
	text-decoration: underline;
}
.pagination a:visited {
	color: #FF0000;
	text-decoration: underline;
}
.pagination a:active {
	color: #000000;
	text-decoration: underline;
}
.pagination a:hover {
	color: #000000;
	text-decoration: underline;
}
.photo_categories{
	font-size: 13px;
	color: #000000;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
}
.photo_categories a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.photo_categories a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.photo_categories a:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.photo_categories a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

#contact-details, #contact-form, #copyright-notice{
	text-align: left;
	position: absolute;
	background-color: #FFFFFF;
	border: 3px groove #FF0000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	width: 325px;
	vertical-align: middle;
	top: 250px;
	right: 30%;
	bottom: 30%;
	display:none;
}

#contact-details{
position:absolute;
top:-35px;
left:170px;
height:290px;
}

#contact-form {
height:450px;
display:block;
}

#copyright-notice {
display:block;
}

#copyright-notice{
height:340px;
}

#copyright-notice .scroll{
height:280px;
overflow:auto;
margin-bottom:20px;
}

#contact-details table, #contact-form table{
color:#000000;
background-color:#FFFFFF;
}
#contact-details table tr.header, #contact-form table tr.header{
	font-size: 12px;
	color: #000000;
	background-color: #E6E6E6;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
}

#contact-details table tr td, #contact-details table tr th, #contact-form table tr td, #contact-form table tr th{
font-size: 12px;
text-align: left;
vertical-align: top;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 3px;
padding-left: 3px;
color: #000000;
}
/*#contact-details table tr td{
padding-right:50px;
}*/

#contact-details table tr th, #contact-form table tr th{
padding-left:20px;
width:126px;
}

#contact-details table tr.header th, #contact-form table tr.header th{
font-weight:normal;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
}

#contact-details table tr td.btn, #contact-form table tr td.btn{
text-align:right;
padding-top:10px;
}
