/*###############################################################
##  CSS Speepo Stylesheet                               	   ##
## ------------------------------------------------------------##
## Copyright ©2009  Mario Lukas								   ##
## ----------------------------------------------------------  ##
################################################################*/
	/* CSS Document */
* {
	margin: 0;
	padding: 0
}

.fade{
	position:relative;
}

.newspeepolink{
  color: black;
  font-weight:bold;
  text-decoration:none;
}

a.newspeepolink:hover {
  color: #005222;
}

/* BUTTONS */
.cambutton {
	float: right;
	width: 192px;
	height: 67px;
	margin-left: 10px;
}


a.cambutton {
	text-decoration: none;
	background: url("../images/camnormal.png") no-repeat 0px 0px;
}

a.cambutton:hover {
	background: url("../images/camhover.png") no-repeat 0px 0px;
}

.footerlinks{
   color: #FAF6DB;
   text-decoration:none;
}

a.footerlinks:hover{
	color: #FAF6DB;
}

.helplinkdiv{
         /*border: 1px solid;*/	
	 text-align:left; 
	 float:left;
	
}

a.helplink{
    font-weight:bold;
	text-decoration:none;
	 color:grey;
}

a.helplink:hover{
	color: black;
}



.micbutton {
	float: right;
	width: 192px;
	height: 67px;
}

a.micbutton {
	text-decoration: none;
	background: url("../images/micnormal.png") no-repeat 0px 0px;
}

a.micbutton:hover {
	background: url("../images/micaktiv.png") no-repeat 0px 0px;
}

#savebuttontext { /*text-align:center*/;
	color: white;
	font-weight: bold;
	font-size: 25px;
	position: relative;
	top: 8px;
	left: 10px;
	font-family: Arial;
	width: 100px;
}

.savebutton {
	float: right;
	width: 140px;
	height: 49px;
	display: none;
	margin-bottom:20px;
}

a.savebutton {
	text-decoration: none;
	background: url("../images/small_savenormal.png") no-repeat 0px 0px;
}

a.savebutton:hover {
	background: url("../images/small_saveaktiv.png") no-repeat 0px 0px;
}

.twitterbutton {
	float: left;
	width: 178px;
	height: 62px;
}

a.twitterbutton {
	text-decoration: none;
	background: url("../images/button_twitter_normal.png") no-repeat 0px 0px
		;
}

a.twitterbutton:hover {
	background: url("../images/button_twitter_aktiv.png") no-repeat 0px 0px;
}

.linkbutton {
	float: left;
	width: 178px;
	height: 62px;
}

a.linkbutton {
	text-decoration: none;
	background: url("../images/button_link_normal.png") no-repeat 0px 0px;
}

a.linkbutton :hover {
	background: url("../images/button_link_aktiv.png") no-repeat 0px 0px;
}

.mailbutton {
	float: left;
	width: 178px;
	height: 62px;
}

a.mailbutton {
	text-decoration: none;
	background: url("../images/button_email_normal.png") no-repeat 0px 0px;
}

a.mailbutton:hover {
	background: url("../images/button_email_aktiv.png") no-repeat 0px 0px;
}

#actionbuttontext {
	color: white;
	font-weight: bold;
	font-size: 15px;
	position: relative;
	top: 16px;
	left: 70px;
	font-family: Arial;
	width: 100px;
}

#buttontext {
	color: white;
	font-weight: bold;
	font-size: 25px;
	position: relative;
	top: 16px;
	left: 70px;
	font-family: Arial;
	width: 100px;
}

body {
	margin: 0px;
	background-image: url(../images/greenbg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	padding: 0;
	font-family: 'Helvetica', Arial, Verdana;
	text-align: center; /* FOR SHIT IE */
}

#infoicon {
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

#infobox {
	font-size: 15px;
	float: right;
	width: 320px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#responsebox {
	font-size: 15px;
	float: right;
	width: 320px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#playerinfobox{
	font-size: 15px;
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#tabbox {
	font-size: 15px;
	float: left;
	width: 600px;
	position: relative;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#infoboxsuc {
	font-size: 15px;
	float: left;
	width: 530px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;

}

#savelink {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	float: right;
	color: black;
}

#savebutton {
	color: white;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	background-color: #FCEEA4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #000;
	padding: 10px;
	height: 20px;
	positon: relative;
	float: right;
}

/* ==============================================
   CSS for round corners
   ============================================== */
div.rundebox {
	width: 20em;
	background: url(../images/links_unten.gif) no-repeat left bottom;
	width: 320px;
}

div.rundebox div.mittlerebox {
	background: url(../images/rechts_unten.gif) no-repeat right bottom;
	padding-bottom: 0.5em; /* Abstand unterhalb des Textes */
	width: 320px;
}

div.rundebox div.innerebox {
	background: url(../images/links_oben.gif) no-repeat left top;
	width: 320px;
}

div.rundebox h3 {
	background: url(../images/rechts_oben.gif) no-repeat right top;
	padding: 1em 1em 0 10px; /* unten kein padding */
}

div.rundebox p {
	padding: 0 1em;
}

/* BOX TABS */
div.rundeboxtab {
	width: 20em;
	background: url(../images/links_unten.gif) no-repeat left bottom;
	width: 600px;
}

div.rundeboxtab div.mittlereboxtab {
	background: url(../images/rechts_unten.gif) no-repeat right bottom;
	padding-bottom: 0.5em; /* Abstand unterhalb des Textes */
	width: 600px;
}

div.rundeboxtab div.innereboxtab {
	background: url(../images/links_oben.gif) no-repeat left top;
	width: 600px;
}

div.rundebox h3 {
	background: url(../images/rechts_oben.gif) no-repeat right top;
	padding: 1em 1em 0 10px; /* unten kein padding */
}

div.rundebox p {
	padding: 0 1em;
}

/*SUCCESS BOX */
div.rundeboxsuc {
	width: 20em;
	background: url(../images/links_unten_success.gif) no-repeat left bottom
		;
	width: 530px;
}

div.rundeboxsuc div.mittlereboxsuc {
	background: url(../images/rechts_unten_success.gif) no-repeat right
		bottom;
	padding-bottom: 0.5em; /* Abstand unterhalb des Textes */
	width: 530px;
}

div.rundeboxsuc div.innereboxsuc {
	background: url(../images/links_oben_success.gif) no-repeat left top;
	width: 530px;
}

div.rundeboxsuc h3 {
	background: url(../images/rechts_oben_success.gif) no-repeat right top;
	padding: 1em 1em 0 10px; /* unten kein padding */
}

div.rundeboxsuc p {
	padding: 0 1em;
}

/*RESPONSE BOX*/
div.rundeboxres {
	width: 20em;
	background: url(../images/links_unten_success.gif) no-repeat left bottom;
	width: 320px;
}

div.rundeboxres div.mittlereboxres {
	background: url(../images/rechts_unten_success.gif) no-repeat right
		bottom;
	padding-bottom: 0.5em; /* Abstand unterhalb des Textes */
	width: 320px;
}

div.rundeboxres div.innereboxres {
	background: url(../images/links_oben_success.gif) no-repeat left top;
	width: 320px;
}

div.rundeboxres h3 {
	background: url(../images/rechts_oben_success.gif) no-repeat right top;
	padding: 1em 1em 0 10px; /* unten kein padding */
}

div.rundeboxres p {
	padding: 0 1em;
}


/*USE BOX */
div.rundeboxuse {
	width: 20em;
	background: url(../images/links_unten_success.gif) no-repeat left bottom;
	width: 320px;
}

div.rundeboxuse div.mittlereboxuse {
	background: url(../images/rechts_unten_success.gif) no-repeat right
		bottom;
	padding-bottom: 0.5em; /* Abstand unterhalb des Textes */
	width: 320px;
}

div.rundeboxuse div.innereboxuse {
	background: url(../images/links_oben_success.gif) no-repeat left top;
	width: 320px;
}

div.rundeboxuse h3 {
	background: url(../images/rechts_oben_success.gif) no-repeat right top;
	padding: 1em 1em 0 10px; /* unten kein padding */
}

div.rundeboxuse p {
	padding: 0 1em;
}

/*RESPONSE INDEX PAGE BOX */
div.rundeboxresponse {
	width: 20em;
	background: url(../images/links_unten_error.gif) no-repeat left bottom;
	width: 530px;
}

div.rundeboxresponse div.mittlereboxresponse {
	background: url(../images/rechts_unten_error.gif) no-repeat right bottom;
	padding-bottom: 0.5em; /* Abstand unterhalb des Textes */
	width: 530px;
}

div.rundeboxresponse div.innereboxresponse {
	background: url(../images/links_oben_error.gif) no-repeat left top;
	width: 530px;
}

div.rundeboxresponse h3 {
	background: url(../images/rechts_oben_error.gif) no-repeat right top;
	padding: 1em 1em 0 10px; /* unten kein padding */
}

div.rundeboxresponse p {
	padding: 0 1em;
}

/*ERROR BOX */
div.rundeboxerr {
	width: 20em;
	background: url(../images/links_unten_error.gif) no-repeat left bottom;
	width: 530px;
}

div.rundeboxerr div.mittlereboxerr {
	background: url(../images/rechts_unten_error.gif) no-repeat right bottom;
	padding-bottom: 0.5em; /* Abstand unterhalb des Textes */
	width: 530px;
}

div.rundeboxerr div.innereboxerr {
	background: url(../images/links_oben_error.gif) no-repeat left top;
	width: 530px;
}

div.rundeboxerr h3 {
	background: url(../images/rechts_oben_error.gif) no-repeat right top;
	padding: 1em 1em 0 10px; /* unten kein padding */
}

div.rundeboxerr p {
	padding: 0 1em;
}

/* ==============================================
   End CSS R
   ============================================== */
#soundrecorder {
	position: relative;
	width: 500px;
	height: 350px;
	float: left;
	margin-top: -40px;
	padding-left:15px;
	padding-top:20px;
}

#webcamrecorder {
	position: relative;
	width: 500px;
	height: 380px;
	float: left;
    margin-top: -20px;
	text-align:center;
	padding-left:10px;
}

#useinfobox{
	font-size: 15px;
	float: left;
	width: 320px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#useinfoboxresponse{
	font-size: 15px;
	float: left;
	width: 320px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
}

div,p {
	margin: 0;
	padding: 0;
}

.container {
	float: right;
	border: 0;
	padding: 32px;
	text-align: center;
	border: 0;
}

#dvmaincontainer {
	width: 900px;
	margin: 0 auto; /* align for good browsers */
	text-align: left; /* counter the body center */
	position:relative;
}

#dvtopcontainer {
	float: left;
	width: 920px;
	position:relative;
}

#dvtopcontainer #dvlogocontainer {
	float: left;
	width: 324px;
	font-size: 0px;
	margin: 0px;
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
}

#dvlogocontainer h1 {
	float: right;
	width: 314px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	text-align: right;
	font-weight: bold;
	color: #F8F4D5;
	margin: 0px;
	padding: 32px 0px 0px 0px;
}

#dvlogocontainer h4 {
	/*float: right;*/
	/*width: 198px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	color: #FAF6DB;
	/*padding: 0px 0px 0px 0px;*/
	position: relative;
}

#dvcounter{

	margin-top:6px;
	text-align:right;
	position:relative;
	
	width:100%;
	
}

#dvcounter h4{
	/*float: right;*/
	/*width: 198px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
	font-weight: bold;
	color: #FAF6DB;
	/*padding: 0px 0px 0px 0px;*/
	/*position: relative;*/
}

#dvtopcontainer #dvnavicontainer {
	float: right;
	width: 550px;
	font-size: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#dvnavicontainer img {
	float: left;
	font-size: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#dvmaincontainer #dvbodycontainer {
	float: left;
	width: 900px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#dvbodycontainer #audiorecordercontent {
	float: left;
	width: 900px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: top;
	border-bottom: 1px solid #D5D4CD;
	border-top: 1px solid #D5D4CD;
	margin: 0px;
	padding: 5px 0px 0px 20px;
}

#audiorecordercontent .lftcontainer {
	float: right;
	width: 600px;
	font-size: 0px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

.lftcontainer .dvbannerleft {
	float: left;
	width: 340px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.dvbannerleft img {
	float: left;
	margin: 0px;
	padding: 0px 11px 0px 0px;
	font-size: 0px;
}

.dvbannerleft p {
	float: right;
	width: 260px;
	font-size: 11px;
	text-align: left;
	color: #424037;
	background-color: #FBF8A8;
	margin: 4px 5px 0px 0px;
	padding: 6px 0px 5px 8px;
}

.dvbannerleft p b {
	font-size: 13px;
	font-weight: bold;
}

#recorderbox {
	
	width: 500px;
	float: left;
	position: relative;
}

#audiorecordercontent {
	width: 450px;
	margin-top: 40px;
	

}

#audiorecordercontent #dvbanner {
	float: left;
	font-size: 0px;
	margin: 0px;
	padding: 25px 0px 0px 15px;
	position: relative;
	

}

#dvbodycontainer #dvleftpanel {
	float: left;
	width: 850px;
	margin: 0px;
	padding: 25px 25px 4px 25px;
}

#dvleftpanel #topimage {
	float: left;
	width: 259px;
	font-size: 17px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	height: 23px;
	background-color: #A4051B;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-family: 'Helvetica', Arial, Verdana;
	voice-family: "\"}\"";
	line-height: 18px;
}

#dvleftpanel #midcont {
	float: left;
	width: 247px;
	margin: 0px;
	padding: 25px 0px 4px 25px;
	border-bottom: 1px solid #F3F3F3;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
}

#midcont p {
	float: left;
	width: 223px;
	font-size: 15px;
	text-align: left;
	line-height: 18px;
	voice-family: "\"}\"";
	line-height: 17px;
	color: #513D2C;
	margin: 0px;
	padding: 0px;
	padding-bottom: 25px;
}

#midcont p span {
	float: right;
	text-align: right;
	color: #A5051A;
	font-weight: bold;
}

#dvleftpanel #leftfoot {
	float: left;
	width: 258px;
	background-image: url(../images/left_foot.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 12px 0px 0px 0px;
	padding: 11px 0px 13px 16px;
}

#leftfoot img {
	float: left;
	width: 46px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#leftfoot p {
	float: left;
	width: 160px;
	font-size: 12px;
	text-align: left;
	color: #6B5F58;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

#leftfoot span {
	float: left;
	width: 156px;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	color: #6B5F58;
	margin: 0px;
	padding: 5px 0px 5px 15px;
}

#dvbodycontainer #dvrightpanel {
	float: left;
	width: 552px;
	margin: 0px 0px 0px 20px;
	padding: 18px 0px 4px 3px;
}

#dvrightpanel h1 {
	float: left;
	width: 395px;
	font-size: 20px;
	text-align: left;
	color: #2C1B11;
	margin: 0px;
	padding: 10px 0px 0px 15px;
}

#dvrightpanel p {
	float: left;
	width: 530px;
	font-size: 13px;
	text-align: left;
	voice-family: "\"}\"";
	line-height: 16px;
	color: #513D2C;
	margin: 0px;
	padding: 10px 0px 10px 15px;
}

#dvrightpanel .line {
	float: left;
	width: 533px;
	font-size: 0px;
	margin: 0px;
	padding: 10px 0px 15px 15px;
}

#dvrightpanel .learn {
	float: left;
	text-align: left;
	font-size: 0px;
	margin: 0px;
	padding: 0px 0px 14px 445px;
}

#dvrightpanel .learn span {
	height: 20px;
	width: 140px;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#dvrightpanel .learn span a {
	background-image: url(../images/learn.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 30px;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 20px;
	text-decoration: none;
	padding-top: 8px;
	voice-family: "\"}\"";
	line-height: 17px;
}

#dvrightpanel .learn span a:hover {
	background-image: url(../images/learn_over.jpg);
	background-repeat: no-repeat;
	width: 130px;
	color: #FFFFFF;
	text-decoration: none;
}

#dvrightpanel .learn a {
	background-image: url(../images/learn.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 97px;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 11px;
	padding-top: 3px;
}

#dvrightpanel .learn a:hover {
	background-image: url(../images/learn_over.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 97px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

#dvrightpanel #righttfoot {
	float: left;
	width: 556px;
	height: 59px;
	background-image: url(../images/right_foot.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 20px 0px 0px 0px;
	padding: 11px 0px 13px 0px;
}

#righttfoot img {
	float: left;
	margin: 0px;
	font-size: 0px;
	padding: 0px 0px 0px 10px;
}

#righttfoot p {
	float: left;
	width: 97px;
	font-size: 13px;
	text-align: left;
	color: #513D2C;
	margin: 0px;
	padding: 0px 12px 0px 12px;
}

#dvmaincontainer #dvfootercontainer {
	float: left;
	width: 900px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#dvfootercontainer #foottop {
	float: left;
	width: 900px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0px 0px 50px 0px;
}

#foottop p {
	float: right;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 25px 20px 0px 20px;
}

#foottop p a {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

#foottop p a:hover {
	text-decoration: underline;
	color: #938A82;
}

#foottop p span {
	padding: 0px 10px 0px 0px;
}

.design {
	float: left;
	width: 154px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	padding-left: 80px;
	padding-top: 13px;
}

/*- Menu Tabs 1--------------------------- */
#tabs1 {
	float: left;
	background: #FAF6DB;
	font-size: 13px;
	line-height: normal;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 26px;
	margin: 0px;
	line-height: normal;
	/*   height:100%;Fix for MSIE peekaboo bug */
}

#tabs1 ul {
	margin: 0;
	list-style: none;
	float: left;
	padding: 0px;
}

#tabs1 li {
	display: inline;
	margin: 0;
	padding: 0;
	voice-family: "\"}\"";
	line-height: 16px;
	height: 25px;
	float: left;
}

#tabs1 a {
	float: left;
	background: url("../images/tableft1.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tabs1 a span {
	float: left;
	display: block;
	background: url("../images/tabright1.gif") no-repeat right top;
	color: #2C1C0F;
	padding: 3px 9px 6px 5px;
	voice-family: "\"}\"";
	padding-top: 2px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {
	float: none;
}

/* End IE5-Mac hack */
#tabs a:hover span {
	color: #FFFFFF;
}

#tabs1 a:hover {
	background-position: 0% -42px;
	color: #FFFFFF;
}

#tabs1 a:hover span {
	background-position: 100% -42px;
	color: #FFFFFF;
}

#tabs1 #current a {
	background-position: 0% -42px;
	color: #FFFFFF;
}

#tabs1 #current a span {
	background-position: 100% -42px;
	color: #FFFFFF;
}

/*-----------------------------Menu ------------------------------*/
img {
	border: none;
}

/*- Menu Tabs 3--------------------------- */
#tabs3 {
	float: left;
	width: 362px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background: #FAF6DB;
	font-weight: bold;
}

#tabs3 ul {
	margin: 0;
	padding: 10px 5px 5px 0px;
	list-style: none;
	line-height: 21px;
}

#tabs3 li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs3 a {
	float: left;
	background: url("../images/tableft3.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 0px;
	text-decoration: none;
}

#tabs3 a span {
	float: left;
	display: block;
	background: url("../images/tabright3.gif") no-repeat right top;
	padding: 7px 0px 4px 0px;
	color: #2C1B11;
	line-height: 14px;
	height: 20px;
}

#tabs3 a span {
	float: none;
	border: 1px solid red;
}

/* Commented Backslash Hack hides rule fr
	om IE5-Mac \*/
#tabs3 a span {
	float: none;
}

/* End IE5-Mac hack */
#tabs3 a:hover span {
	color: #FFF;
}

#tabs3 a:hover {
	background-position: 0% -42px;
}

#tabs3 a:hover span {
	background-position: 100% -42px;
}

#tabs3 #current a {
	background-position: 0% -42px;
	color: #FFFFFF
}

#tabs3 #current a span {
	background-position: 100% -42px;
	color: #FFFFFF
}

.lftcontainer .savedmsg {
	float: left;
	width: 277px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.savedmsg img {
	float: left;
	margin: 0px;
	padding: 0px 11px 0px 0px;
	font-size: 0px;
}

.savedmsg p {
	float: left;
	width: 500px;
	font-size: 16px;
	text-align: left;
	color: #424037;
	background-color: #FBF8A8;
	margin: 15px 0px 0px 0px;
	padding: 16px 8px 16px 8px;
	height: auto;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-weight: 900;
}

.savedmsg p b {
	font-size: 13px;
	font-weight: bold;
}

#savedmsgcontainer .lftcontainer {
	float: right;
	width: 160px;
	font-size: 0px;
	margin: 10px;
	padding: 0px 10px 0px 0px;
}

.savedmsgnew {
	float: left;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 160px;
}

.savedmsgnew img {
	float: left;
	margin: 0px;
	padding: 0px 11px 0px 0px;
	font-size: 0px;
}

.savedmsgnew p {
	float: left;
	width: auto;
	font-size: 12px;
	text-align: left;
	color: #424037;
	background-color: #FBF8A8;
	margin: 6px 0px 0px 0px;
	padding: 6px 8px 5px 8px;
}

.savedmsgnew p b {
	font-size: 13px;
	font-weight: bold;
}

#basic-accordian {
	border: 5px solid #EEE;
	padding: 5px;
	width: 800px;
	z-index: 2;
	margin: auto;
}

.accordion_headings {
	padding: 5px;
	background: #99CC00;
	color: #FFFFFF;
	border: 1px solid #FFF;
	cursor: pointer;
	font-weight: bold;
}

.accordion_headings:hover {
	background: #A4051B;
}

.accordion_child {
	padding: 15px;
	background: #EEE;
}

.header_highlight {
	background: #A4051B;
}

#contactFormArea {
	width: 50%;
	padding: 0px 0px 0px 10px;
}

.contactformhelpcontainer {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 15px 0px;
	width: 280px;
}

.contactformhelp {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 0px 0px;
}

.contactformhelp img {
	float: left;
	margin: 0px;
	padding: 0px 11px 0px 0px;
	font-size: 0px;
}

.contactformhelp p {
	float: left;
	width: 180px;
	font-size: 12px;
	text-align: left;
	color: #424037;
	background-color: #FBF8A8;
	margin: 6px 5px 0px 0px;
	padding: 6px 0px 5px 8px;
}

.contactformhelp p b {
	font-size: 13px;
	font-weight: bold;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	display: block;
}

input.text,textarea {
	color: #333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc;
}

input.submit {
	padding: 2px 5px;
	font: bold 12px/ 12px verdana, arial, sans-serif;
}

.keepforcont {
	float: left;
	width: 340px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.keepforcont p {
	float: right;
	width: 260px;
	font-size: 11px;
	text-align: left;
	color: #424037;
	background-color: #FBF8A8;
	margin: 4px 5px 0px 0px;
	padding: 0px 0px 5px 8px;
}

.keepforcont p b {
	font-size: 13px;
	font-weight: bold;
}

.keepforcont label {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
