﻿/* DEFAULTS
----------------------------------------------------------*/

@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: Fontin;
	src: url('../fonts/Fontin-Regular.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_GE_SS_Two_Medium';
	src: url('../fonts/GE_SS_Two_Medium.eot');
	src: local('☺'), url('./fonts/GE_SS_Two_Medium.woff') format('woff'), url('./fonts/GE_SS_Two_Medium.ttf') format('truetype'), url('./fonts/GE_SS_Two_Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_GE_SS_Two_Light';
	src: url('../fonts/GE_SS_Two_Light.eot');
	src: local('☺'), url('./fonts/GE_SS_Two_Light.woff') format('woff'), url('./fonts/GE_SS_Two_Light.ttf') format('truetype'), url('./fonts/GE_SS_Two_Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #333333;
    text-decoration: none;
}

a:hover
{
    color: #CCCCCC;
    text-decoration: none;
}

a:active
{
    color: #333333;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background-position: center top;
    width: 960px;
    margin: 20px auto 0px auto;
  
}
.page1
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077; 
   border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 

}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #000;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 20px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
   
    min-height: 420px;
   
   
}
.main1
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
   
}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
 /* IE10+ */ 
background-image: -ms-linear-gradient(bottom, #FFDE05 0%, #FF9203 50%, #FFDE05 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFDE05 0%, #FF9203 50%, #FFDE05 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFDE05 0%, #FF9203 50%, #FFDE05 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFDE05), color-stop(50, #FF9203), color-stop(100, #FFDE05));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFDE05 0%, #FF9203 50%, #FFDE05 100%);

/* W3C Markup */ 
background-image: linear-gradient(to top, #FFDE05 0%, #FF9203 50%, #FFDE05 100%);
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px; 
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;opacity: 0.95;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #FFFFFF;
    border: 1px solid #666666;
    color: #808080;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    margin-left:1px;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
    text-align:center;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;text-align:center;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}
.failureNotification1
{
    width: 90%;
    display: block;
    border: 1px solid #CC0000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: Red;
    text-align: center;
    background-color: #FFDDDD;
    padding:5px;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.black .ajax__calendar_container
{
width:345px;
background-color: #ccc; border:solid 1px #666666;
-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; -khtml-border-top-left-radius: 8px; border-top-left-radius: 8px;
-moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; -khtml-border-top-right-radius: 8px; border-top-right-radius: 8px; 
-moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; -khtml-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; -khtml-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
}
.black .ajax__calendar_body
{
width:180px;
height:150px;
background-color: #ccc; border: solid 1px #666666;
}
.black .ajax__calendar_header
{
background-color: #626262; margin-bottom: 8px;
-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; 
-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} 
.black .ajax__calendar_title
{
color: #ffffff; padding-top: 3px;
}
.black .ajax__calendar_next,
.black .ajax__calendar_prev
{
border:solid 4px #ffffff;
background-color: #ffffff;
-moz-border-radius-topleft: 18px; -webkit-border-top-left-radius: 18px; -khtml-border-top-left-radius: 18px; border-top-left-radius: 18px;
-moz-border-radius-topright: 18px; -webkit-border-top-right-radius: 18px; -khtml-border-top-right-radius: 18px; border-top-right-radius: 18px; 
-moz-border-radius-bottomleft: 18px; -webkit-border-bottom-left-radius: 18px; -khtml-border-bottom-left-radius: 18px; border-bottom-left-radius: 18px;
-moz-border-radius-bottomright: 18px; -webkit-border-bottom-right-radius: 18px; -khtml-border-bottom-right-radius: 18px; border-bottom-right-radius: 18px;
}
.black .ajax__calendar_hover .ajax__calendar_next,
.black .ajax__calendar_hover .ajax__calendar_prev
{
border:solid 4px #328BC8;
background-color: #ffffff;
-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; 
-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
}
.black .ajax__calendar_dayname
{
text-align:center; margin-bottom: 4px; margin-top: 2px;
color:#ffffff;
background-color: #ccc;
} 
.black .ajax__calendar_day,
.black .ajax__calendar_month,
.black .ajax__calendar_year
{
margin:1px 1px 1px 1px;
text-align:center;
border:solid 1px #000000;
color:#ffffff;
background-color: #626262;
}
.black .ajax__calendar_hover .ajax__calendar_day,
.black .ajax__calendar_hover .ajax__calendar_month,
.black .ajax__calendar_hover .ajax__calendar_year
{
color: #ffffff; font-weight:bold; background-color: #328BC8;border:solid 1px #328BC8;
}
.black .ajax__calendar_active .ajax__calendar_day,
.black .ajax__calendar_active .ajax__calendar_month,
.black .ajax__calendar_active .ajax__calendar_year
{
color: #ffffff; font-weight:bold; background-color: #F7B64A; 
}
.black .ajax__calendar_today .ajax__calendar_day
{
color: #ffffff; font-weight:bold; background-color: #F7B64A; 
}
.black .ajax__calendar_other,
.black .ajax__calendar_hover .ajax__calendar_today
{
color: #ffffff;
font-weight:bold;
}
.black .ajax__calendar_days
{
background-color: #ccc;
}

.title{font-family:'Conv_GE_SS_Two_Medium',arial;text-align:center;width:100%}
.fr { float:right;}
	.fl { float:left;}
	.clear { clear:both;background-color:#fff;}
	.bar{background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);height:60px;box-shadow:0px 1px 7px #404042;}
	#header1
	{
	    font-family:'Conv_GE_SS_Two_Medium',arial;
	    width:250px;
	    padding:10px;
	    float:right;
	    background-color:#fff;
	    border-radius: 5px 5px 0px 0px; 
-moz-border-radius: 5px 5px 0px 0px; 
-webkit-border-radius: 5px 5px 0px 0px; 
border: 0px solid #800000;
box-shadow:2px -3px 5px #666666;
height: 22px;
}

.box-ads-item
{
    width: 98%;
    display: block;
    background-color: #FBFAF9;
    border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}
	.box-ads-item1
{
    width: 98%;
    display: block;
    background-color: #7ACCB2;
    border: 1px solid #8B8B8B;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color:#fff;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}
	
	.text-box{
	font-size: 12px;
	color: #006333;
	margin: 10px;
	line-height: 23px;text-align:right;
}

.page_numbers{clear:both;}

	
.page_numbers{ width:550px; margin-left:auto; margin-right:auto; padding:20px 10px;direction:rtl ;}
.page_numbers ul{ width:550px; margin-left:auto; margin-right:auto; padding:20px 10px;direction:rtl}
.page_numbers li{ display:inline; list-style:none;direction:rtl}

.page_numbers a 
{
    text-decoration:none;
    border-left: 0 none #e6e6e6;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #b3b3b3;
    font-family:Arial;
	display: inline-block;
  *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
  *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
    background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*
}

.page_numbers a:hover {
	color: #fff;
	background: #7accb2;
	text-decoration:none;
	font-size:16px;
}

.page_numbers a.space {
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.page_numbers first_last_page {
	font-style: italic;
}

.page_numbers span.active_page
{
    font-family: Arial;
    font-weight: bolder;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #7accb2;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
}

.page_numbers li.page_info {
	float: right;
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	padding: 3px;
}

.btndiv
{
    margin: 0 auto;
    width: 960px;
    direction: rtl;
    padding-top: 5px;
    padding-right: 130px;
    padding-bottom: 5px;
    padding-left: inherit;
    position:static;
}

.testbutton
{
    cursor: pointer;
    font-family: 'Conv_GE_SS_Two_Medium',arial;
    margin-left: 20px;
    float: right;
    width: 185px;
    color: #FFFFFF !important;
    font-size: 14px;
    text-shadow: 1px 2px 1px #2B735B;
    box-shadow: 1px 1px 1px #7ACCB2;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #65A893;
    background: #7ACCB2 ;
    background: linear-gradient(top,  #7ACCB2,  #69B09A);
    background: -ms-linear-gradient(top,  #7ACCB2,  #69B09A);
    background: -webkit-gradient(linear, left top, left bottom, from(#7ACCB2), to(#69B09A));
    background: -moz-linear-gradient(top,  #7ACCB2,  #69B09A);
    
}
.testbutton:hover {
  color: #f38d7a !important;
  background: #468CCF;
  background: linear-gradient(top,  #69B09A,  #77C7AE);
  background: -ms-linear-gradient(top,  #69B09A,  #77C7AE);
  background: -webkit-gradient(linear, left top, left bottom, from(#69B09A), to(#77C7AE));
  background: -moz-linear-gradient(top,  #69B09A,  #77C7AE);
}

.content-text {
	margin: 10px;
	min-height:200px;
}
.title-content {
	background-color: #CCC;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-image: url(images/bg-title.jpg);
	background-repeat: repeat;
	background-position: center top;
	color: #053f26;
}

.control-group-admin {
	float: right;
	width: 320px;
	margin-bottom: 10px;
	height: 60px;
}


.checkbox-group-admin {
	float: right;
	width: 210px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	 }
	.checkbox-group-admin td{white-space:nowrap;width:210px}
	.checkbox-group-admin td label { float:right;margin-right:5px}
	.checkbox-group-admin td input { float:right;}
.images-after-upolad{
	margin:10px;
	width:180px;
	height:150px;
	float:right;}


.button-upload-images {
	margin: 10px;
	clear: both;
}


.center-page{ margin-left:auto; 
			margin-right:auto;
			width:960px;
			padding:4px;
}
.clear{clear:both;}
.fr{float:right;}
.fl{float:left;}


.btn  
{
    border: 1px solid #808080;
  display: inline-block;
  *border: 1px solid #808080;
    display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
  *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
    background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*
 }


.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  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;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.title-content {
	background-color: #CCC;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-image: url(images/bg-title.jpg);
	background-repeat: repeat;
	background-position: center top;
	color: #053f26;
}


.TimeDiv { 
  display: inline-block;
  *border-left: 0 none #C3C3C3;
    border-right: 0 none #C3C3C3;
    border-top: 0 none #C3C3C3;
    border-bottom: 0 none #9A9A9A;
    
    padding: 4px 12px;
    margin-bottom: 0;
  *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
  
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    
    }

.shadow
{
    background-color: #FFFFFF;
    box-shadow: 2px 2px 5px #666666;
    
}
.titleNew
{
    background-position: left bottom;
    font-family: 'Conv_GE_SS_Two_Medium',arial;
    width: 100%;
    border-width: 1px;
    border-color: #666666;
    text-align: right;
    border-bottom-style: solid;
    padding-bottom: 2px;
    margin-bottom: 3px;
    background-image: url('images/NewCourse_icon.png');
    background-repeat: no-repeat;
   
}
.titleNews
{
    background-position: left bottom;
    font-family: 'Conv_GE_SS_Two_Medium',arial;
    width: 100%;
    border-width: 1px;
    border-color: #666666;
    text-align: right;
    border-bottom-style: solid;
    padding-bottom: 2px;
    margin-bottom: 3px;
    background-image: url('images/RSS_icon.png');
    background-repeat: no-repeat;
}
.titleVideo
{
    background-position: left bottom;
    font-family: 'Conv_GE_SS_Two_Medium',arial;
    width: 100%;
    border-width: 1px;
    border-color: #666666;
    text-align: right;
    border-bottom-style: solid;
    padding-bottom: 2px;
    margin-bottom: 3px;
    background-image: url('images/Vedio_icon.png');
    background-repeat: no-repeat;
}

#request
{
    border: 1px solid #808080;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-repeat: repeat;
    background-position: center top;
    color: #053f26;
    clear: both;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
   
    margin-top: 30px;
    height:60px;
    padding-top: 10px;
   
}



#request .testbutton
{
    cursor: pointer;
    font-family: 'Conv_GE_SS_Two_Medium',arial;
    margin-left: 20px;
    float: right;
    width: 185px;
    color: #fff !important;
    font-size: 14px;
    text-shadow: 1px 2px 1px #2B735B;
    box-shadow: 1px 1px 1px #7ACCB2;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #F3664E;
    background: #f8a292 ;
  
    background: linear-gradient(top,  #f38d7a,  #f8a292);
    background: -ms-linear-gradient(top,  #f38d7a,  #f8a292);
    background: -webkit-gradient(linear, left top, left bottom, from(#f38d7a), to(#f8a292));
    background: -moz-linear-gradient(top,  #f38d7a,  #f8a292);
    
}
#request .testbutton:hover {
  color: #2B735B !important;
  background: #f8a292 ;
  text-shadow: 1px 2px 1px #fff;
    background: linear-gradient(top,  #f38d7a,  #f8a292);
    background: -ms-linear-gradient(top,  #f38d7a,  #f8a292);
    background: -webkit-gradient(linear, left top, left bottom, from(#f38d7a), to(#f8a292));
    background: -moz-linear-gradient(top,  #f38d7a,  #f8a292);
}
#maillist
{
    background-position: center center;
    font-family: 'Conv_GE_SS_Two_Medium',arial;
    background-image: url('images/sdl-new-web5-7.png');
    background-repeat: no-repeat;
    width: 310px;
    height: 134px;
}
   

.testbutton12
{
   
    cursor: pointer;
    font-family: 'Conv_GE_SS_Two_Medium',arial;
    float: right;
    color: #fff !important;
    font-size: 11px;
    text-shadow: 1px 2px 1px #f38d7a;
    box-shadow: 1px 1px 1px #666666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #F3664E;
    background: #f8a292;
    background: linear-gradient(top,  #f38d7a,  #f8a292);
    background: -ms-linear-gradient(top,  #f38d7a,  #f8a292);
    background: -webkit-gradient(linear, left top, left bottom, from(#f38d7a), to(#f8a292));
    background: -moz-linear-gradient(top,  #f38d7a,  #f8a292);
}
.testbutton12:hover {
  color: #2B735B !important;
  background: #f8a292 ;
  text-shadow: 1px 2px 1px #fff;
    background: linear-gradient(top,  #f38d7a,  #f8a292);
    background: -ms-linear-gradient(top,  #f38d7a,  #f8a292);
    background: -webkit-gradient(linear, left top, left bottom, from(#f38d7a), to(#f8a292));
    background: -moz-linear-gradient(top,  #f38d7a,  #f8a292);
}
.txt
{
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

.testbutton123
{
   
    cursor: pointer;
    font-family: 'Conv_GE_SS_Two_Medium',arial;
   
    color: #fff !important;
    font-size: 14px;
    text-shadow: 1px 2px 1px #f38d7a;
    box-shadow: 1px 1px 1px #666666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #F3664E;
    background: #f8a292;
    background: linear-gradient(top,  #f38d7a,  #f8a292);
    background: -ms-linear-gradient(top,  #f38d7a,  #f8a292);
    background: -webkit-gradient(linear, left top, left bottom, from(#f38d7a), to(#f8a292));
    background: -moz-linear-gradient(top,  #f38d7a,  #f8a292);
}
.testbutton123:hover {
  color: #2B735B !important;
  background: #f8a292 ;
  text-shadow: 1px 2px 1px #fff;
    background: linear-gradient(top,  #f38d7a,  #f8a292);
    background: -ms-linear-gradient(top,  #f38d7a,  #f8a292);
    background: -webkit-gradient(linear, left top, left bottom, from(#f38d7a), to(#f8a292));
    background: -moz-linear-gradient(top,  #f38d7a,  #f8a292);
}


.blink 
{
    font-family: 'Conv_GE_SS_Two_Medium',arial;
    animation-duration: 1000ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 1000ms infinite; /* Safari and Chrome */
    
     -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
   position: absolute;
    right: -5px;
  top: 1px;
 
}
@keyframes blink {
    from {
        color:red;
    }
    to {
        color:transparent;
    }
}
@-webkit-keyframes blink {
    from {
        color:red;
    }
    to {
        color:transparent;
    }
}


.wrapper {
 
  position: relative;
  z-index: 90;
}
.wrapper .title{min-height:22px;vertical-align:bottom}
