﻿@charset "utf-8";
/* CSS Document */

html, body {
  margin: 0;
  padding: 0;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  color: #000000;
  background: #ffffff;
  overflow:visible; /* hides scrollbar in IE */
  cursor: default; /* application style cursor */
  min-width:1100px;
}
body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
#topheader {
  position: relative;
  padding: 0;
  margin: 0;

  height: 35px;
  z-index:11;
  width:250px;
}
#header {
  position: relative;
  padding: 0;
  margin: 0;
  background:url(../image/logo_bg.png) top left repeat-x;
  height: 57px;
}
#bgleft {
  position: absolute;
  background: transparent url(../image/logo_left.png) center left no-repeat;
  right: 87px;
  top: 0;
  width: 13px;
  height: 57px;
  font-size: 0;
}
#logo {
  position: absolute;
  background: transparent  url(../image/asumis_logo.png) center left no-repeat;
  top: 0;
  right:29px;
  width: 58px;
  height: 57px;
  font-size: 0;
  z-index:1;
}
#bgright {
  position: absolute;
  background: transparent url(../image/logo_right.png) center left no-repeat;
  top: 0;
  right:17px;
  width: 12px;
  height: 57px;
  font-size: 0;
}
#logotext {
  position: absolute;
  background: transparent  url(../image/asumislogo_text.png) center left no-repeat;
  top: 6px;
  right:105px;
  width: 185px;
  height: 39px;
  font-size: 0;
}
#headertext {
  position: absolute;
  top: 14px;
  left:20px;
  height: 57px;
  color:#FFF;
  font-size:24px;
}
#search {
  position: absolute;
  top: 10px;
  right:300px;
  width:200px;
  color:#666;
  font-size:10px;  
}
#headericons1 {
  position: absolute;
  top: 10px;
  right:200px;
  color:#666;
  font-size:12px;  
}
#headericons2 {
  position: absolute;
  top: 10px;
  right:70px;
  color:#666;
  font-size:12px;  
}

#animationbg{
 background-image:url(../image/bg_animation.png);
 background-repeat:repeat-x;
 height:91px;
}

/*.aspbutton{
    background: url(../image/button_bg.png) left top repeat-x;
    border-top: 1px solid #424940;
    border-left: 1px solid #424940;
    border-bottom: 1px solid #343932;
    border-right: 1px solid #343932;
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
    color: #000000;
    outline: none;
	font-size:11px;
    border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}*/

input[type="submit"]{
    background: url(../image/button_bg.png) left top repeat-x;
    border-top: 1px solid #424940;
    border-left: 1px solid #424940;
    border-bottom: 1px solid #343932;
    border-right: 1px solid #343932;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
    color: #000000;
    outline: none;
	font-size:11px;
    border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
input[type="submit"]:hover{
	background: #00426f;
    border-top: 1px solid #424940;
    border-left: 1px solid #424940;
    border-bottom: 1px solid #343932;
    border-right: 1px solid #343932;
    color: #f1f2f3;
    cursor: pointer;
}
.links{
	color:#2489bc;
	text-decoration:none;
}
.links:hover{
	color:#06C;
	text-decoration:underline;
}
.formlink{
	color:#ffffff;
	text-decoration:none;
}
.formlink:hover{
	color:#06C;
	text-decoration:none;
}
.breadlinks{
	color:#2489bc;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
.breadlinks:hover{
	color:#06C;
	text-decoration:underline;
	padding-left:10px;
	padding-right:10px;
}
/*#breadcrum {
  position: relative;
  padding: 0;
  margin: 0;
  height: 35px;
  top:-35px;
  z-index:1;
}*/

#breadcrumLHS{
 width:22%;
 margin:0;
 padding:5px;
 background-color:#ffffff;
}
#breadcrumbody{
/* width:61%; 
*/ margin:0;
 padding:5px;
 background-color:#ffffff;
}
#breadcrumRHS{
 width:25%; 
 margin:0;
 padding:5px;
 background-color:#ffffff;
}
.paddingleft{
 padding-left:16px;
 font-weight:bold;
}

#breadcrumlink {
  float:left;
  margin-left:300px;
  width:300px;
  margin-top:-30px;
}
.breadcrumlink{
	color:#666;
  font-size:12px;
  font-weight:bold;
}
#users {
  position: absolute;
  top: 162px;
  right:70px;
  color:#666;
  font-size:12px; 
  z-index:1; 
}
#breadcrumborder{
  position: absolute;
  border-bottom:2px solid #00426f;
  left:20px;
  right:20px;
  top:187px;
}
#breadcrumborder_login{
  border-bottom:2px solid #00426f;
  left:0px;
  right:0px;
}

#divLHS{
	width:22%;
	border-right:2px solid #00426f;
	margin:0;
	padding:5px;
	background-color:#ffffff;
	height:450px;
}
#divbody{
/*	width:61%;	
*/	margin:0;
	padding:5px;
	background-color:#ffffff;
}
#divRHS{
	width:17%;	
	border-left:2px solid #00426f;
	margin:0;
	padding:5px;
	background-color:#ffffff;
}
#main_content_box {
	position: absolute;
	top: 184px; /* just under header */
	left: 10px;
	right: 10px;
	height: auto;
	bottom: 16px;
	clear: both;
	border: 0;
	float:left;
}
#main_content_box_login {
	position: absolute;
	top: 85px; /* just under header */
	left: 192px;
	right: 70px;
	height: auto;
	bottom: 16px;
	clear: both;
	border: 0;
	float:left;
}
#main_content_box_login {
	position: absolute;
	top: 85px; /* just under header */
	left: 55px;
	right: 55px;
	height: auto;
	bottom: 16px;
	clear: both;
	border: 0;
	float:left;
}
#main_content_box_login1 {
	position: absolute;
	top: 149px; /* just under header */
	left: 10px;
	right: 10px;
	height: auto;
	bottom: 16px;
	clear: both;
	border: 0;
	float:left;
}
#footer {
    position:fixed; 
	left: 0px;
    right: 16px;
    bottom: 0px;
    height: 40px;
	background:#00426f;
}

#footertext {
	position:absolute;
    color: #ffffff;
    padding: 0;
    width: 100%;
    margin: 0;
    left: 50px;
	font-size:11px;
	top:15px;
}
.footerlinks{
	color:#ffffff;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
.footerlinks:hover{
	color:#999;
	text-decoration:underline;
	padding-left:10px;
	padding-right:10px;
}
.marqueebg{
	background-color:#f6f4f5;
	padding:5px;
	border: 1px solid #999;
}
.marqueeheader{
	background-color:#00426f;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
}
.error{
	color:#F00;
	font-size:10px;
	font-weight:normal;
}
/*.formheader{
	color:#00426f;
}*/
.formheader2{
	font-weight:bold;
	color:#000000;
}
#topheader ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size:11px;
}
#topheader ul li {
  float: left;
  margin: 0;
  padding-left: 10px;
}
#topheader ul > li:first-child {
  padding-right: 15px;
}
#topheader a, #topheader a:active, #topheader a:visited {
  text-decoration: underline;
  font-weight: bold;
  padding-right: 10px;
  margin: 0;
  border: 0;
  color: #000000;
}

#topheader div.user_actions {
  padding: 2px;
  white-space: nowrap;
  display: block;
  float: left;
  line-height: 28px;
  color: #eee;
  margin-top:96px;
  margin-left:17px;
}

.pouplink{
	float:right;
	color:#09C;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}

.pouplink:hover{
	float:right;
	color:#000;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
#popupbg{
	background-color:#dadada;
	border: 1px solid #999;	
}
.tablelink{
	color:#000;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
.tablelink:hover{
	color:#09C;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
.button {
  	display: block;
	float: left; /* makes sure the button doesn't go wide */
    margin: 0;
    padding-bottom: 5px;
	padding-top: 10px;
    padding-left: 4px;
    padding-right: 4px; 	
	background: url(../image/button_bg.png) left top repeat-x;
    border-top: 1px solid #424940;
    border-left: 1px solid #424940;
    border-bottom: 1px solid #343932;
    border-right: 1px solid #343932;
    width: auto;
    color: #000000;
    outline: none;
    border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;  margin: 0;
    cursor: pointer;
	font-size:11px;
	font-weight:bold;

}
div.button div {
  margin: 0;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 34px;
  text-align: center;
  height: 17px;

/*  border: 1px solid #868686;
  border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;    */ 
}
div.button:hover {
	background: #00426f;
    border-top: 1px solid #424940;
    border-left: 1px solid #424940;
    border-bottom: 1px solid #343932;
    border-right: 1px solid #343932;
    color: #f1f2f3;
    cursor: pointer;}
div.button:hover div {
/*  border: 1px solid #68bbff;*/
}
div.button.disabled {
	cursor: default;
  opacity: 0.5;
}
div.button.disabled:hover {
	background-color: #565f6a;
}
div.button.disabled:hover div {
	border: 1px solid #868686;
}

div.button input {
  display: none; /* hides the click button inside the button visuals */
}
.attachmentlink{
	padding-left:10px;
	color:#09F;
	text-decoration:underline;
}
.attachmentlink:hover{
	color:#333;
	text-decoration:none;
}
#bodybg{
	background-image:url(../image/innerbg.png);
	background-repeat:repeat-x;
}
select option {
  padding:2px;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  background: #ffffff;
  font-size:11px;
}
select optgroup option {
  padding-left: 14px;
}
select optgroup option.group {
  padding-left: 4px;
  background: #f0f0f0;
  font-weight: normal;
  color: #465150;
}
select optgroup {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  background: #f0f0f0;
  font-weight: normal;
  font-style: normal;
}
textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus {
  outline: 1px solid #68c0ff;
}
option.activation_day { 
}
option.activation_weekend {
  background-color: #f0f0f0;
}
option.activation_now {
  font-weight: bold;
  border-bottom: solid 2px #606e6d; 
}
option.activation_skip_weekend {
  border-bottom: solid 1px #606e6d;  
}
#notification{
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	background-color:#e5e5e5;
	border:1px solid #999;
	padding:10px;
}
#headersorter{
	padding:5px;
	background-color:#bfb8a8;
}


#jqgridfooter{
 background-color:#e6e6e6;
 padding:3px;
 border:1px #999 solid; 
 border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px;
 border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;
}



#formheader{
	/*background-color:#00426f;*/
	padding:5px;
	color:#ffffff;
	background-image:url(../image/dragbg.png);
	-moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/;
}
#formbody{
	background-color:#e6e6e6;
	padding:5px;
	color:#000000;
	border-bottom:1px solid #a7a194;
	font-size:12px;
}
#chatbox{
	border:1px solid #999999;
	height:300px;
	background-color:#fbf9f4;
}
#adminbox{
	border:1px solid #999999;
	background-color:#fbf9f4;
}
.chatboxheader{
	color:#00426f;
	font-size:12px;
	font-weight:bold;	
}
.sender{
	color:#2489bc;
	font-size:11px;
	font-weight:bold;	
}
.receiver{
	color:#595959;
	font-size:11px;
	font-weight:bold;
}
div.link_button {
  display: block;
  float: left; /* makes sure the button doesn't go wide */
  margin: 0;
  padding: 0;
  color: #009cff;
  background-color: transparent;
  font-weight: normal;
  cursor: pointer;
}
div.link_button div {
  margin: 0;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
div.link_button:hover {
  background-color: #009cff !important;
  color: #ffffff;
  text-decoration: none;
}
div.link_button input {
  display: none; /* hides the click button inside the button visuals */
}
#rightpanel{
	background-color:#f9f9f9;
}
#login{
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	background-color:#ffffff;
	border:1px solid #999;
	padding:10px;
	line-height:16px;
	font-size:12px;
}
.header1{
	font-family:Century Gothic;
	font-size:24px;
	color:#31a3d8;
}
.formheader1{
	font-family:Century Gothic;
	font-size:24px;
	color:#00426f;
}
.header2{
	font-family:Century Gothic;
	font-size:24px;
	color:#00426f;
}
.indextext{
	font-size:12px;
	line-height:20px;
	text-align:justify;
	padding-right:10px;
}
#selected{
	color:#FFC;
	cursor:pointer;
}
.bold{
	font-weight:bold;
}
#animation{
	z-index:-1;
	margin-top:0px;
}
.padding{
	padding-right:40px;
	font-weight:bold;
}


	.treeview{ 
	background-color:#f6f4f5;
	padding-left:10px;
    }  
    .treeviewheader 
    {
    background-image:url(../image/tree_bg.png);
    background-repeat:repeat-x;
	color:#006599;
	font-weight:bold;
    font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	padding-left:10px;
	text-decoration:none;
	padding:5px;
	outline:none;
    }  
    .treeviewheader:hover 
    {
    background-image:url(../image/tree_bg.png);
    background-repeat:repeat-x;    
	color:#3187be;
	font-weight:bold;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	text-decoration:none;
	width:100%;
	padding:5px;
    } 

    .treeviewchild{ 
	color:#3187BE;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	padding:5px;
	text-decoration:none;
	outline:none;
    }
    .treeviewchild:hover{ 
	background-color:#e5e5e5;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	padding:5px;
	text-decoration:none;
    } 
    
    .treeviewselected{ 
	background-color:#e5e5e5;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	padding:5px;
	font-weight:bold;    
	
    }  
    
.inputboxsize{
 width:320px;
}
.inputboxsizemedium{
 width:120px;
}
.inputboxsizesmall{
 width:12px;
}
.selectboxsizesmall{
 width:200px;
 height:20px;
}
.selectboxsize{
 width:200px;
 height:50px;
}
.selectboxsizebig{
 width:620px;
 height:50px;
}
.selectboxsizexbig{
 width:620px;
 height:100px;
 display: block;
 clear: both;
}
.formheader3{
 font-weight:bold;
 color:#000000;
 font-size:11px;
}
.seperator{
 background-color:#CCC;
 height:1px;
 margin-top:10px;
}
.buttonCSS
{
     background: url(../image/Addattachment.png) no-repeat 0 0;
     border: 0;
     width:10;
     height:10;
}

.trigger {
	padding: 0 0 0 0px;
	margin: 0 0 5px 0;
	height: 30px;
	background-color:#d6d6d6;
	width: 100%;
		border: 1px solid #2489bc;
	font-size:12px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	cursor:pointer;  
}

.trigger a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:7px;
}
.trigger a:hover {
	color: #2489bc;
}
.triggertext{
    float:left;
    margin-top:7px;
    margin-left:5px;
    font-size:12px;
    font-weight:bold;
}

.gridformheader{
	/*background-color:#00426f;*/
	padding:5px;
	height:22px;
	color:#ffffff;
	text-align:left;
	padding-left:5px;
    font-size:12px;
	background-image:url(../image/dragbg.png);
	-moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/;
}
.gridrowpad{

	text-align:left;
	padding-left:5px;
    font-size:11px;
}
.gridformbody{
	background-color:#ffffff;
	border-bottom:1px solid #e6e6e6;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
   	color:#000000;
	text-align:left;
	padding-left:5px;
	font-size:11px;
}
.gridlink
{
   color:#ffffff;
   text-decoration:none;
}
.gridlink:hover
{
   color:#00426F;
   text-decoration:none;
}
.button {
   display: block;
 float: left; /* makes sure the button doesn't go wide */
    margin:0;
    padding-bottom: 5px;
 padding-top: 5px;
    padding-left: 4px;
    padding-right: 4px;  
 background: url(../image/button_bg.png) left top repeat-x;
    border-top: 1px solid #424940;
    border-left: 1px solid #424940;
    border-bottom: 1px solid #343932;
    border-right: 1px solid #343932;
    width: auto;
    color: #000000;
    outline: none;
    border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;  margin: 0;
    cursor: pointer;
 font-size:11px;
 font-weight:bold;

}


#BlockONE
{
    float:left;
    width:100%;
}

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

 .mainbanner {
	margin:0 auto;
	position:relative;
	background:url(../images/bg_animation.png) 0 0 repeat-x;
	height:90px;
	}
	
.left_bg {
	background:url(../images/1.png);
	width:250px;
	height:90px;
	float:left;
	position:absolute;
	left: 10px;
	}
	
.right_bg {
	background:url(../images/2.png);
	width:250px;
	height:90px;
	position:absolute;
	right:10px;

	}

.animationimage {
 float:left;
 z-index:-3;}

  /*by rakesh */
 
 .Advformheader{
	/*background-color:#00426f;*/
	height:20px;
	color:#00426f;
	text-align:left;
	padding:10px 5px 5px;
    font-size:12px;
    cursor:pointer;
	background: none repeat scroll 0 0 #D8D7D7;
	-moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/;
}
.Advbody
{background: none repeat scroll 0 0 #fafafa;
 border:1px solid #cbcbc;
	-moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/;
    }
.Adverror{background: none repeat scroll 0 0 #f6bec1; height:30px;}
.Adverrorimage{ float:right;}
.errorImg
{   
    color:#F00;
    font-size:medium;
    font-weight:normal;
}


.greyHeader{ background:#d8d7d7;padding:10px; color:#00426f;
    font-size:12px;
	border: 1px solid #cbcbcb;
	border-bottom:0px;
	font-weight:bold;
	cursor:pointer;
	border-top-left-radius: 12px; -moz-border-radius-topleft: 12px; -webkit-border-top-left-radius: 12px;
	border-top-right-radius: 12px; -moz-border-radius-topright: 12px; -webkit-border-top-right-radius: 12px;
	
/*	border-bottom-left-radius: 12px; -moz-border-radius-bottomleft: 12px; -webkit-border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px; -moz-border-radius-bottomright: 12px; -webkit-border-bottom-right-radius: 12px;*/
}
.greyBody{ 
	background:#fafafa;padding:10px; 
	border: 1px solid #cbcbcb;
	border-top:0px;
	border-bottom-left-radius: 12px; -moz-border-radius-bottomleft: 12px; -webkit-border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px; -moz-border-radius-bottomright: 12px; -webkit-border-bottom-right-radius: 12px;
}

.formBody{
background:#f3f2f2;
font-size:12px;
}

.AdvPnlLayout
{
    padding:-10px;
}

.errorBody{ background-color:#FFDFDF;
border-top-right-radius: 12px; border-top-left-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px;
}

RSSbody{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.RSSgreyHeader 
{
    background:#d8d7d7;padding:10px; color:#00426f;
	border: 1px solid #cbcbcb;
	border-bottom:0px;
	font-weight:bold;
	border-top-left-radius: 12px; -moz-border-radius-topleft: 12px; -webkit-border-top-left-radius: 12px;
	border-top-right-radius: 12px; -moz-border-radius-topright: 12px; -webkit-border-top-right-radius: 12px;
}
.RSSgreyBody{ 
	background:#fafafa;padding:10px; 
	border: 1px solid #cbcbcb;
	border-top:0px;
	border-bottom-left-radius: 12px; -moz-border-radius-bottomleft: 12px; -webkit-border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px; -moz-border-radius-bottomright: 12px; -webkit-border-bottom-right-radius: 12px;
}
.RSSerrorBody{ background-color:#f6bec1;}
.RSSformBody{ background:#f3f2f2;}

.stylizedlabel{
display:block;
font-weight:bold;
text-align:right;
float:left;
margin-right: 10px;
}

legend
{
   
    display :block ;
    font-weight :bold;
    text-align :center ;
color: #fff;
background: #BAD4A9;
border: 1px solid #781351;
padding: 2px 6px;
margin-left: 1.5em;

}
fieldset
{
border: 1px solid #781351;
width: 100%;
}
  .ErrorMsg{
	padding:2px 8px;
	  display :block ;
    font-weight :bold;
    text-align :center ;
	color:red;}

.successBody{ background-color:#D3EDDB;
border-top-right-radius: 12px; border-top-left-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px;
}

.SuccessMsg{
padding:2px 8px;
display :block ;
font-weight :bold;
text-align :center ;
color:green;
}

.formheader{
    font-size: 13px;
}
