/**
 *	styles.css
 *	Default Stylesheet for the Email Marketing System
 */

/* Definition for main body content. */
html > body {
	font-size:76%;
}

body, p, td {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

body input.btn-primary {
	background:#605F9A url(ab_active.gif) no-repeat scroll 0%;
	border:1px solid #4D4D99;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,helvetica,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0px;
	padding:0.2em;
}

html > body hr {
	background-color:#CCCCCC;
	border:0px none;
	color:#CCCCCC;
	height:1px;
	margin-bottom:8px;
	margin-top:8px;
}

hr {
	border:0px none;
	color:#CCCCCC;
	height:1px;
	margin-bottom:2px;
	margin-top:2px;
}

h3 {
	font-size:14px;
	margin: 13px 0px 10px 0px;
}

p {
	margin: 0px; 
	padding: 0px; 
}

input {
	font-family:Arial,Helvetica,sans-serif;
	padding:1px;
}