﻿/*

style for www.GiftsForRightNow.com

-------------------------------------------------------------- */

body {
	height: 100%;
}

html {
	height: 100%;
}

body {
	background: #fff url(http://www.michelegunderson.com/images/bg_stripe6.gif) repeat-x;
}

body { 
	color: #051147;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

.clear {
	clear: both;
}

.columnsmall {
	font-color: #fff;
	text-align: center;
	width: 300px;
	height: 350px;
}


#wrapper {
	width:850px;
	margin:0 auto;
	padding:0;
}

#header {
	background: #051337;
}



#inside {
	width:800px;
	margin:0 auto;
	padding:0;
}

#footer {
	background: #051147;
}

#inside p {
	color: black;
	text-align: left;
}

.optintext {
	font-size:xx-small;
	font-family:Arial;
	text-align:center;
}

#header .optintext2 {
	font-size:x-small
}

#btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2b5eb8);
  background-image: -moz-linear-gradient(top, #3498db, #2b5eb8);
  background-image: -ms-linear-gradient(top, #3498db, #2b5eb8);
  background-image: -o-linear-gradient(top, #3498db, #2b5eb8);
  background-image: linear-gradient(to bottom, #3498db, #2b5eb8);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

#btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #349fd9);
  background-image: -moz-linear-gradient(top, #3cb0fd, #349fd9);
  background-image: -ms-linear-gradient(top, #3cb0fd, #349fd9);
  background-image: -o-linear-gradient(top, #3cb0fd, #349fd9);
  background-image: linear-gradient(to bottom, #3cb0fd, #349fd9);
  text-decoration: none;
}

ul {
	text-align: left;
	color: black;
}

#inside h5 {
	color: red;
	margin-top: 20px;
	text-align: left;
	font-size: 12pt;
}

#inside h4 {
	color: black;
}

#inside h3 {
	color: #051337;
	margin-top: 20px;
	text-align: left;
	font-size: 12pt;
}

#inside .pictext {
	text-align: center;
	color: red;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}

#inside table.pictext {
	width: 450px;
}

#inside .footer {
	font-size: 7pt;
	text-align: center;
}


#inside table.ssapp {
	color: black;
	width: 400px;
}

#inside td.ssapp {
	text-align: left;
	padding: 5px;
}