@charset "utf-8";
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/* background: transparent;*/
}

body {
	/*line-height: 18px;*/
}

ol,ul,li {
	list-style: none
}

blockquote,q {
	quotes:none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
	content: none
}

:focus{
	outline: 0
}

ins {
	text-decoration: none
}

del{
	text-decoration: line-through
}

table{
	border-collapse: collapse;
	border-spacing: 0
}

textarea{
	resize: none
}

/**** customisable elements ****/

html, body {
	min-height: 100%;
}

body
{
	background-position: 0, 0;
	color: #2a2f32;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 100;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #eee;
	background: #d2dfed;
	background: -moz-linear-gradient(-45deg, #A8BF92 0%,#D3F1B6 51%,#B3C771 51%,#a8bf93 75%,#7b8d42 100%);
	background: -webkit-linear-gradient(-45deg, #A8BF92 0%,#D3F1B6 51%,#B3C771 51%,#a8bf93 75%,#7b8d42 100%);
	background: -ms-linear-gradient(-45deg, #A8BF92 0%,#D3F1B6 51%,#B3C771 51%,#a8bf93 75%,#7b8d42 100%);
	width: 100%;
	height: 100%;
}

::selection {
	background: #5da192;
	text-shadow: none;
	color: #FFF;
}

li {
/*	line-height: 1.5em;*/
}

.logo /* brand logo (make sure you set the width and height too) */
{
	/* background-image:url(../images/canon_logo.gif); */
	width: 415px;
	height: 40px;
	background-repeat:no-repeat;
	display:block;
	margin:30px 0;
}

.product-logo /* product logo (should be 50px in height, width to be set below - no wider than 220px) */
{
	/* background-image:url(../images/open-am.png); */
	/*width:106px;*/
	height:102px;
	background-repeat:no-repeat;
	display:block;
	margin: 15px auto auto 20px;
	float:right;
}

.box /* the main content box */
{
	/*background: #ffffff url(../images/box-bg.png) 600px -300px no-repeat;*/
	/*
	padding-top: 20px;
	margin-bottom: 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: 0 0 1px #2e3437;
	*/
}

.button /* secondary buttons */
{
	color:#FFF; /* font color */
	border:1px solid #9f9f9f;
	background-color:#898989; /* solid colour alternative for browsers that do not support gradients */

	/* choose the gradient-from and gradient-to colours and replace them in EACH of the rules below */
	background-image:-webkit-gradient(linear, left top, left bottom, from(#cecece), to(#898989));
	background-image:-webkit-linear-gradient(top, #cecece, #898989);
	background-image:-moz-linear-gradient(top, #cecece, #898989);
	background-image:-ms-linear-gradient(top, #cecece, #898989);
	background-image:-o-linear-gradient(top, #cecece, #898989);
	background-image:linear-gradient(top, #cecece, #898989);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cecece', EndColorStr='#898989');
}

.primary /* primary button */
{
	color:#FFF; /* font color */
	border:1px solid #d16000;
	background-color:#e76a00; /* solid colour alternative for browsers that do not support gradients */

	/* choose the gradient-from and gradient-to colours and replace them in EACH of the rules below */
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fbbc87), to(#e76a00));
	background-image:-webkit-linear-gradient(top, #fbbc87, #e76a00);
	background-image:-moz-linear-gradient(top, #fbbc87, #e76a00);
	background-image:-ms-linear-gradient(top, #fbbc87, #e76a00);
	background-image:-o-linear-gradient(top, #fbbc87, #e76a00);
	background-image:linear-gradient(top, #fbbc87, #e76a00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbbc87', EndColorStr='#e76a00');
}

.box h1 {
	margin: 0 0 0.2em;
	/*font-size: 60px;
	line-height: 75px;*/
	/*font-family: "proxima-nova",sans-serif;*/
	font-weight: bold;
	text-align:center;
}

.box h2 {
	/*font-size: 50px;
	line-height: 56px;*/
	margin: 0 0 0.5em;
	/*font-family: "proxima-nova",sans-serif;*/
	font-weight: bold
}

.box h3 {
	/*font-size: 30px;
	line-height: 1.15;*/
	margin: 0;
	/*font-family: "proxima-nova",sans-serif;*/
	font-weight: bold;
}

.footer { color:#2e3437; } /* footer font colour (need to change both values here) */
.footer a { color:#2e3437; }

.message /* info/error message */
{
	background-color:#f6ddc9; /* background colour */
	color:#363636; /* font colour */
}
#steps li.on /* set this colour and bg colour to be the same as the message colours */
{
	background-color:#f6ddc9; /* background colour */
	color:#363636; /* font colour */
}

/**** end of customisable elements ****/



/* 960 Grid System - http://960.gs/ */
body{
	/*min-width:960px*/
}
.container_12{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{display:inline;float:left;margin-left:10px;margin-right:10px}.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11{position:relative}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_3{width:220px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_6{width:460px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_9{width:700px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_12 .grid_12{width:940px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_3{padding-left:240px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_6{padding-left:480px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_9{padding-left:720px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_3{padding-right:240px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_6{padding-right:480px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_9{padding-right:720px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_12 .push_1{left:80px}.container_12 .push_2{left:160px}.container_12 .push_3{left:240px}.container_12 .push_4{left:320px}.container_12 .push_5{left:400px}.container_12 .push_6{left:480px}.container_12 .push_7{left:560px}.container_12 .push_8{left:640px}.container_12 .push_9{left:720px}.container_12 .push_10{left:800px}.container_12 .push_11{left:880px}.container_12 .pull_1{left:-80px}.container_12 .pull_2{left:-160px}.container_12 .pull_3{left:-240px}.container_12 .pull_4{left:-320px}.container_12 .pull_5{left:-400px}.container_12 .pull_6{left:-480px}.container_12 .pull_7{left:-560px}.container_12 .pull_8{left:-640px}.container_12 .pull_9{left:-720px}.container_12 .pull_10{left:-800px}.container_12 .pull_11{left:-880px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after,.container_12:before,.container_12:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}.clearfix:after,.container_12:after{clear:both}.clearfix,.container_12{zoom:1}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clear-float:before,.clear-float:after {content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clear-float:after {clear:both;}
.left { float:left !important; }
.right { float:right !important; }

/* type */
body {
/*font-family:Arial,Helvetica,Sans-Serif; */
font-size:12px; line-height:14px; background-repeat:repeat-x; }
h1, h1 a { font-size:20px; line-height:20px; }
h2, h2 a { font-size:18px; line-height:18px; }
h3, h3 a { font-size:15px; line-height:15px; }

a {
	/*color: #5da192;*/
	/*font-weight: bold;*/
	text-decoration: none;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

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

.footer {
/* margin-top:20px; font-size:10px; line-height:12px; */
	position: absolute;
	bottom: 0;
	margin-left: 0;
	width: 100%;
}

.box
{
	clear:both;
	/* padding:40px 0;*/
}

.box-spaced {  padding:40px 0; }
.box-content { padding:10px 30px 0 0; margin-left:13px; }
.content-strips li { border-top:1px solid #ececec; border-bottom:2px solid #bababa; padding:20px 0; clear:both; }
.content-strips :first-child { border-top:0; }
.content-strips :last-child { border-bottom:0; }

.content-strips li h3 { width:200px; float:left; }
.content-strips li p { margin-bottom:10px; }
.content-strips li div { width:455px; float:left; }


.left-seperator
{
	border-left:0px solid #ececec;
	margin-left:9px;
}

.box h1 { margin-bottom:20px; color:#000000;}


/* form styles */
.box-content fieldset { margin-top:10px; display:block; float:left; }
.box-content fieldset .row:last-child { margin-top:10px; }
.row { clear:both; margin-bottom:10px; float:left; width:100%; white-space: nowrap;}
label {
	display: block;
	/*font-family: sans-serif;*/
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	float: none;
	width: auto;
	padding: 0;
}
input.textbox {
	width:250px;
	display:block;
	float:left;
	height:22px;
	border:1px solid #b3b3b3;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-webkit-box-shadow:0 3px 5px -2px #999;
	-moz-box-shadow:0 3px 5px -2px #999;
	box-shadow:0 3px 5px -2px #999;
	padding:2px;
}
input.short { width:100px; }
input[type=text], input[type=password], select {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #CCCCCC;
	border-color: #F00B4C;
	border-image: none;
	border-style: solid;
	border-width: 0px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
	color: #666666;
	/*font-family: sans-serif;*/
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 0.2em 0.5em;
	width: 320px;
	/*margin-bottom: 15px;*/
}

input[type=submit], input[type=button] {
	margin-left: 0;
	/*margin-left: 0 !important;*/
}

input[type=button], input[type=submit], .button {
	background: #eeeeee;
	border: 0px;
	color: #000000;
	cursor: pointer;
	display: block;
	height: 1.7em;
	/*font-family: sans-serif;*/
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 1em 0 0;
	padding: 0px 18px;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

input[type=button]:hover, input[type=submit]:hover, .button:hover {
	background: #eeeeee;
}

input:-webkit-autofill {
	background: #cccccc !important;
}
.checkbox
{
	width:488px;
	display:block;
	float:left;
	padding-top:8px;
}
.radios
{
	width:498px;
	display:block;
	float:left;
	padding-top:8px;
}
.radios input { display:block; float:left; clear:none; margin:3px 3px 0px 5px; padding:0; }
.radios label { display:block; float:left; clear:none; padding:1px 0 2px 3px; width:220px; font-weight:normal; }
.radios label:last-child { padding-bottom:0px; }

.checkbox input { display:block; float:left; margin:2px 4px 0 3px; padding:0; }
.checkbox label { display:inline; float:none; clear:none; padding:1px 3px; width:auto; font-weight:normal; }

.button
{
	display:block;
	float:left;
	padding:4px 12px;
	font-weight:bold;
	font-size:14px;
	text-shadow:1px 1px 5px #666;
	text-decoration:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:2px 2px 5px -1px #999;
	-moz-box-shadow:2px 2px 5px -1px #999;
	box-shadow:2px 2px 5px -1px #999;
	cursor: pointer;
}
a.button {
	height: 26px;
}
a.button:hover {
	color: #FFF;
}

.disabled
{
	text-shadow:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	border-color:#ababab !important;
	background-color:#cecece !important;
	background-image:none !important;
	color:#FFF !important;
	cursor:default !important;
}

.box-content fieldset .button { margin-right:5px; }
.box-content fieldset .primary
{
	clear:both;
	margin-left:140px;
}


/* messages */
.message {
	background: #ffffff;
	color: #f00b4c;
	padding: 10px 10px 10px 0;
	margin-bottom:10px;
	line-height:20px;
	font-weight:bold;

	padding: 20px;

	opacity: 0.75;

	width: 336px;
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgba(20,20,20,.4);
	margin-left: auto;
	margin-right: auto;

}
.message h3 { padding-left:30px;padding-top:3px;/*margin-bottom:5px;*/ }
.message a { font-weight:normal; }
.message a:hover { color:#000000; }
.message .icon { /*margin-left:30px; margin-top: 6px;*/ }
.message p {
	padding-top: 10px;
}
.no-icon { padding-left:10px; }

.icon { width:20px; height:20px; display:block; float:left; }
.error { background:url(../images/icons.png) no-repeat 0 0; }
.info { background:url(../images/icons.png) no-repeat -25px 0; }
.arrow { background:url(../images/icons.png) no-repeat -50px 0; }

.row .message { padding-top:5px; padding-bottom:5px; float:left; width:170px; margin-bottom:0; margin-left:10px; }
.row .radios .message, .row .checkbox .message { margin-top:5px; margin-left:0; }

/* modal stuff */
hr { border-top:1px solid #B3B3B3; border-bottom:1px solid #FFF; border-left:0; border-right:0; clear:both; }

#modal { width:900px; padding-top:0; padding-bottom:15px; background-image:none; position:relative; }
#modal p { margin-bottom:10px; }
.close { width:40px; height:40px; background:url(../images/icons.png) no-repeat -70px 0; text-indent:-5000px; }
#modal .close { position:absolute; top:-10px; right:-10px; }
.col { float:left; padding-top:25px; }
#left-col { width:180px; }
#main-col { width:660px; padding-left:10px; padding-right:40px; }
#main-col h1 { margin-top:8px; }
#main-col hr { margin-top:25px; margin-bottom:15px; }
#main-col fieldset { clear:both; border:1px solid #B3B3B3; padding:10px 15px 15px; margin-bottom:20px; }
#main-col fieldset legend { margin-left:-3px; padding:0 5px; font-size:14px; font-weight:bold; }
.desc { font-style:italic; font-weight:bold; }

#steps { margin-left:15px; }
#steps, #steps li { list-style-type:decimal; list-style-position:inside; }
#steps li { font-weight:bold; padding:8px 5px; }
#steps li a { text-decoration:none; cursor:text; }
#steps li.done a { cursor:pointer; }

/* customization */
div .row .button { margin: auto 5px auto 0 }
.container_12 .grid_3{ width:auto }



.title1
{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	color: #272727;
	font-size: 20px;
	margin-bottom: 10px;
}

.title2
{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	color: #272727;
	font-size: 20px;
	margin-bottom: 10px;
}
.subtitle1
{

	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #777777;
	font-size: 15;
	margin-bottom: 2px;
}
.subtitle2
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #777777;
	font-size: 15;
	margin-bottom: 20px;
}


.form
{
	padding: 20px;
	background-color: #000;
	opacity: 0.75;
	width: 336px;
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgba(20,20,20,.4);
	margin-left: auto;
	margin-right: auto;
}

.form .message
{
	width:296px;
}
.form a
{
	color: #FFFFFF;
}
.caption
{
	margin-bottom: 20px;
	border-bottom: 1px solid #aaa;
	padding: 0 4px;
}

.footer_menu
{
	padding: 0px 8px 0px 0px;
	float: right;
	margin-right: 5px;
	border-right: 1px solid #bfbfbf;

}
